Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add submodule #148

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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