Skip to content

Commit

Permalink
[yolox] Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhanstudio committed Nov 26, 2023
1 parent e2c7535 commit c29a5ed
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ Available models:
[x] 7 : SSD ( MobileNet v1 ) Object Detection SSD pretrained on VOC-2012 dataset.
[x] 8 : SSD ( MobileNet v2 ) Object Detection SSD pretrained on VOC-2012 dataset.
[x] 9 : FasterRCNN ( VGG16 ) Object Detection Faster-RCNN pretrained on VOC-2012 dataset.
[x] 10 : YOLOX X-Large Object Detection YOLOX-X pretrained on MS COCO dataset.
[x] 11 : YOLOX Large Object Detection YOLOX-L pretrained on MS COCO dataset.
[x] 12 : YOLOX Medium Object Detection YOLOX-M pretrained on MS COCO dataset.
[x] 13 : YOLOX Small Object Detection YOLOX-S pretrained on MS COCO dataset.
```

## A Man-in-the-Middle Hardware Attack
Expand Down
4 changes: 4 additions & 0 deletions what/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
[ ] 7 : SSD ( MobileNet v1 ) Object Detection SSD pretrained on VOC-2012 dataset.
[ ] 8 : SSD ( MobileNet v2 ) Object Detection SSD pretrained on VOC-2012 dataset.
[ ] 9 : FasterRCNN ( VGG16 ) Object Detection Faster-RCNN pretrained on VOC-2012 dataset.
[x] 10 : YOLOX X-Large Object Detection YOLOX-X pretrained on MS COCO dataset.
[x] 11 : YOLOX Large Object Detection YOLOX-L pretrained on MS COCO dataset.
[x] 12 : YOLOX Medium Object Detection YOLOX-M pretrained on MS COCO dataset.
[x] 13 : YOLOX Small Object Detection YOLOX-S pretrained on MS COCO dataset.
```
## what.models.detection
Expand Down
1 change: 1 addition & 0 deletions what/models/detection/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
## what.models.detection.yolo
## what.models.detection.ssd
## what.models.detection.frcnn
## what.models.detection.yolox
'''

from what.models.detection import yolo
Expand Down

0 comments on commit c29a5ed

Please sign in to comment.