├── 1_WebImage_Scraping ├── README.md ├── chromedriver.exe ├── image_download.py └── requirements.txt ├── 2_YoloV3_Execute ├── README.md ├── Yolo V3 - Getting it Yolo up & Running.pdf ├── requirements.txt └── yolo.yml ├── 3_Install_Supervisely_Cluster └── README.md ├── 4_Training_CNN └── TrainVal.txt ├── 5.Data_Augmentation └── DTL.txt ├── 6_Code_Tweaking └── video_demo.py └── README.md /1_WebImage_Scraping/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/1_WebImage_Scraping/README.md -------------------------------------------------------------------------------- /1_WebImage_Scraping/chromedriver.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/1_WebImage_Scraping/chromedriver.exe -------------------------------------------------------------------------------- /1_WebImage_Scraping/image_download.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/1_WebImage_Scraping/image_download.py -------------------------------------------------------------------------------- /1_WebImage_Scraping/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/1_WebImage_Scraping/requirements.txt -------------------------------------------------------------------------------- /2_YoloV3_Execute/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/2_YoloV3_Execute/README.md -------------------------------------------------------------------------------- /2_YoloV3_Execute/Yolo V3 - Getting it Yolo up & Running.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/2_YoloV3_Execute/Yolo V3 - Getting it Yolo up & Running.pdf -------------------------------------------------------------------------------- /2_YoloV3_Execute/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/2_YoloV3_Execute/requirements.txt -------------------------------------------------------------------------------- /2_YoloV3_Execute/yolo.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/2_YoloV3_Execute/yolo.yml -------------------------------------------------------------------------------- /3_Install_Supervisely_Cluster/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/3_Install_Supervisely_Cluster/README.md -------------------------------------------------------------------------------- /4_Training_CNN/TrainVal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/4_Training_CNN/TrainVal.txt -------------------------------------------------------------------------------- /5.Data_Augmentation/DTL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/5.Data_Augmentation/DTL.txt -------------------------------------------------------------------------------- /6_Code_Tweaking/video_demo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/6_Code_Tweaking/video_demo.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/augmentedstartups/yolov3workflow/HEAD/README.md --------------------------------------------------------------------------------