yolo3_pytorch
Yolo3 Implementation in Pytorch using COCO and BDD100K dataset. Forked from https://github.com/BobLiu20/YOLOv3_PyTorch.git. For my own fun, so the introduction is not accurate.
File Explorer
Download Latest Version (.zip)- __init__.py
- bdd_dataset.py
- coco_dataset.py
- data_transforms.py
- loss_curve.png
- utils.py
- detect.py
- params.py
- predictions.jpg
- predictions_small.jpg
- coco_index2category.json
- eval.py
- eval_coco.py
- params.py
- __init__.py
- darknet.py
- __init__.py
- model_main.py
- yolo_loss.py
- params.py
- test_fps.py
- test_img.py
- params.py
- training.py
- training_gray.py
- README.md
- .gitignore
- data
- README.md
- requirements.txt
# Installation Guide
1. Get the code
git clone https://github.com/zhanghanduo/yolo3_pytorch
Downloads the entire project code from GitHub to your computer.
cd yolo3_pytorch
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip3 install -r requirements.txt --user
Installs the Python libraries listed in requirements.txt (or similar).
python -m tensorboard.main --logdir=YOUR_WORKING_DIR
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
