Skip to content

Commit

Permalink
prepare for numlt batch test
Browse files Browse the repository at this point in the history
  • Loading branch information
cizhenshi committed Jul 24, 2019
1 parent 632fdbb commit 470b34d
Show file tree
Hide file tree
Showing 13 changed files with 645 additions and 175 deletions.
22 changes: 11 additions & 11 deletions Error_analysis.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": 2,
"metadata": {
"scrolled": true
},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "9d15e09286194fd1a2cd73a89fbb81d5",
"model_id": "09731d05652c476dbf4581de5acb2730",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -37,7 +37,7 @@
"CLASSES = ('tennis-court', 'container-crane', 'storage-tank', 'baseball-diamond', 'plane','ground-track-field',\n",
" 'helicopter', 'airport','harbor', 'ship', 'large-vehicle', 'swimming-pool', 'soccer-ball-field',\n",
" 'roundabout', 'basketball-court', 'bridge', 'small-vehicle', 'helipad')\n",
"ann = mmcv.load(\"./result/eval_postnms.pkl\")\n",
"ann = mmcv.load(\"./result/post_nms.pkl\")\n",
"ret = {}\n",
"names = ann.keys()\n",
"for name in tqdm(names):\n",
Expand Down Expand Up @@ -67,23 +67,23 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": 3,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"loading annotations into memory...\n",
"Done (t=0.59s)\n",
"Done (t=0.81s)\n",
"creating index...\n",
"index created!\n"
]
},
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "c14b060169f54e71a774b2d79c999e13",
"model_id": "d083f9c5f226426c9b291719d34315ff",
"version_major": 2,
"version_minor": 0
},
Expand Down Expand Up @@ -154,7 +154,7 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": 4,
"metadata": {
"collapsed": true
},
Expand Down Expand Up @@ -356,13 +356,13 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": 5,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "bfe29a831f264524a84ed7abd3949bd9",
"model_id": "ec48c113525746da95659e534e31254c",
"version_major": 2,
"version_minor": 0
},
Expand All @@ -378,8 +378,8 @@
"output_type": "stream",
"text": [
"\n",
"81048 46969\n",
"90237 46969\n"
"81048 52725\n",
"148945 52725\n"
]
}
],
Expand Down
Loading

0 comments on commit 470b34d

Please sign in to comment.