Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/piyoki/yolov3-dataloader-cloud


https://github.com/piyoki/yolov3-dataloader-cloud

Last synced: about 1 month ago
JSON representation

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/
```
- Login to Colab [here](https://colab.research.google.com/)
- Upload "yolov3-dataloader.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/001.jpg)
![](demo-screenshots/002.jpg)
![](demo-screenshots/003.jpg)