diff --git a/README.md b/README.md new file mode 100644 index 0000000..c1af144 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +```shell +Parent +└── datasets + ├── FlickrLogos-v2 + │ ├── classes + │ │ ├── jpg + │ │ ├── masks + │ │ └── thumbnails + │ └── scripts + └── MakeData + ├── checkData.py + └── saveData.py +``` + +# How to use? + +```shell +Paraent/datasets/MakeData$ python saveData.py +Paraent/datasets/MakeData$ python checkData.py +``` \ No newline at end of file