https://github.com/jmisilo/wdp-proj
https://github.com/jmisilo/wdp-proj
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/jmisilo/wdp-proj
- Owner: jmisilo
- Created: 2021-11-06T11:43:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T15:45:55.000Z (over 4 years ago)
- Last Synced: 2025-02-09T20:36:06.920Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Vehicle detection project
Project based on YOLO implementation by [Ultralytics](https://github.com/ultralytics) - [YOLOv5](https://github.com/ultralytics/yolov5). Model has been trained using part of [COCO](https://cocodataset.org/#home) dataset and GPUs from [Colab](https://colab.research.google.com/). Experiment tracking with [Weights & Biases](https://wandb.ai/)
This project is an introduction to a larger object detection project, that will inherit same parts from it.
Sources:
* https://www.youtube.com/c/nicholasrenotte
* https://docs.ultralytics.com/
* https://cocodataset.org/
* https://wandb.ai/