Skip to content

Commit

Permalink
smaller table
Browse files Browse the repository at this point in the history
  • Loading branch information
HaydenFaulkner committed Nov 4, 2019
1 parent 4acd3ae commit 750968c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions models/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,18 @@ Evaluated with `voc` and `coco` metrics. Box Area's - **S**mall `<32`,

| Model | Trained On | Tested On | VOC<sub>12</sub> | AP<sub>.5-.95</sub> | AP<sub>.5 | AP<sub>.75</sub> | AP<sub>S</sub> | AP<sub>M</sub> | AP<sub>L</sub> |
|--------|------------|-----------|------------------|---------------------|-----------|------------------|----------------|----------------|----------------|
| `0001` | VOC `trainval 07+12` | VOC `test 07` | .835 | .463 | .733 | .510 | .118 | .317 | .559 |
| `GCV1` | VOC `trainval 07+12` | VOC `test 07` | .836 | .462 | .735 | .500 | .113 | .304 | .564 |
| `GCV3` | VOC `trainval 07+12` | VOC `test 07` | .779 | .396 | .677 | .418 | .104 | .245 | .486 |
| `0003` | COCO `train 17` | COCO `val 17` | .525 | .288 | .515 | .296 | .136 | .306 | .427 |
| `GCV2` | COCO `train 17` | COCO `val 17` | .579 | .360 | .571 | .387 | .173 | .387 | .522 |
| `GCV4` | COCO `train 17` | COCO `val 17` | .500 | .286 | .488 | .299 | .132 | .298 | .423 |
| `0004` | VID `train17_ne_0.04` | VID `val_ne_0.04` | .478 | .274 | .453 | .298 | .031 | .130 | .330 |
| `0001` | VOC | VOC | .835 | .463 | .733 | .510 | .118 | .317 | .559 |
| `GCV1` | VOC | VOC | .836 | .462 | .735 | .500 | .113 | .304 | .564 |
| `GCV3` | VOC | VOC | .779 | .396 | .677 | .418 | .104 | .245 | .486 |
| `0003` | COCO | COCO | .525 | .288 | .515 | .296 | .136 | .306 | .427 |
| `GCV2` | COCO | COCO | .579 | .360 | .571 | .387 | .173 | .387 | .522 |
| `GCV4` | COCO | COCO | .500 | .286 | .488 | .299 | .132 | .298 | .423 |
| `0004` | VID | VID | .478 | .274 | .453 | .298 | .031 | .130 | .330 |

Evaluated with `vid` metric. Box Area's - **S**mall `<50`,
**M**edium `50-150`, **L**arge `>150`. Instance's Speed (motion IoU) -
**SL**ow `>0.9`, **MO**derate `0.7-0.9`, **FA**st `<0.7`

| Model | Trained On | Tested On | mAP | AP<sub>S</sub> | AP<sub>M</sub> | AP<sub>L</sub> | AP<sub>SL</sub> | AP<sub>MO</sub> | AP<sub>FA</sub> |
|--------|------------|-----------|------------------|---------------------|-----------|------------------|----------------|----------------|----------------|
| `0004` | VID `train17_ne_0.04` | VID `val_ne_0.04` | .454 | .136 | .328 | .555 | .522 | .442 | .292 |
| `0004` | VID | VID | .454 | .136 | .328 | .555 | .522 | .442 | .292 |

0 comments on commit 750968c

Please sign in to comment.