Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dusty-nv committed Jul 15, 2020
1 parent 1f2c1ad commit 32e96b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pytorch-collect-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The previously-used `camera-capture` tool can also label object detection datase

<img src="https://github.com/dusty-nv/jetson-inference/raw/dev/docs/images/pytorch-collection-detect.jpg" >

When the `Dataset Type` drop-down is set to Detection, the tool will create datasets in [Pascal VOC](http://host.robots.ox.ac.uk/pascal/VOC/) format (which can be loaded by the SSD-Mobilenet PyTorch training code).
When the `Dataset Type` drop-down is in Detection mode, the tool creates datasets in [Pascal VOC](http://host.robots.ox.ac.uk/pascal/VOC/) format (which is supported by the training code).

> **note:** if you wish to label a set of images that you already have (as opposed to capturing them from camera), try using a tool like [LabelImg](https://github.com/tzutalin/labelImg) that also saves in Pascal VOC format.
Expand Down

0 comments on commit 32e96b3

Please sign in to comment.