Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piyoki/yolov3-dataloader-cloud-v2
https://github.com/piyoki/yolov3-dataloader-cloud-v2
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/piyoki/yolov3-dataloader-cloud-v2
- Owner: piyoki
- Created: 2020-04-23T05:12:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-22T16:40:57.000Z (over 2 years ago)
- Last Synced: 2024-10-14T07:36:07.897Z (3 months ago)
- Language: Jupyter Notebook
- Size: 4.68 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## yolov3-dataloader-colab
This tool is tailored for those who want to train their custom dataset on a Yolov3 Model using Colab. \
You may find more info about Google Colab [here](https://medium.com/deep-learning-turkey/google-colab-free-gpu-tutorial-e113627b9f5d).### Prerequresites
- A valid Google Account to login to Colab
- Setup Yolov3 Darknet correctly on your local machine. If you are a Nvidia Jetson user, you may find instuctions [here](https://pysource.com/2019/08/29/yolo-v3-install-and-run-yolo-on-nvidia-jetson-nano-with-gpu/)### How to use
- Clone this repository to your local machine by typing the command below in your terminal \
```
$ git clone https://github.com/yqlbu/yolov3-dataloader-cloud-v2/
```
- Login to Colab [here](https://colab.research.google.com/)
- Upload "yolov3-dataloader-cloud-v2.ipynb" to Colab.
*(You may find the open tab @ File >> Open Notebook)*
- Initiate the VM on Colab, and select the "GPU" one !!! \
*(You may find the option @ Runtime >> Change runtime type >> Hardware Acclerator >> GPU)*
- Hit the "Connect" button on the upper right corner, it is located next to the "edit" button. \
*(Once it is connected, you will see a green click on the upper right corner, and you will also see the hardware spec)*
### Demo![](demo-screenshots/demo003.jpg)
![](demo-screenshots/demo001.jpg)