Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "4-Object_Detection/YOLOV3/yymnist"]
path = 4-Object_Detection/YOLOV3/yymnist
url = https://github.com/YunYang1994/yymnist.git
2 changes: 1 addition & 1 deletion 4-Object_Detection/YOLOV3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ $ python image_demo.py
Download [yymnist](https://github.com/YunYang1994/yymnist) dataset and make data.

```
$ git clone https://github.com/YunYang1994/yymnist.git
$ git submodule update --init --recursive --remote yymnist # Use `--remote` to update the submodule to the latest commit.
$ python yymnist/make_data.py --images_num 1000 --images_path ./data/dataset/train --labels_txt ./data/dataset/yymnist_train.txt
$ python yymnist/make_data.py --images_num 200 --images_path ./data/dataset/test --labels_txt ./data/dataset/yymnist_test.txt
```
Expand Down
1 change: 1 addition & 0 deletions 4-Object_Detection/YOLOV3/yymnist
Submodule yymnist added at 12f0be