python 3.7
download other files from https://drive.google.com/file/d/17N64aBPytocPqlA_pp7DCRruDQDeg3Ir/view?usp=sharing (all files)
Download other files from https://drive.google.com/file/d/17N64aBPytocPqlA_pp7DCRruDQDeg3Ir/view?usp=sharing (all files)
GPU Ver - https://drive.google.com/file/d/1Dvy2ID5V38tVDj8NXtp-TNnRRqBRiFQW/view?usp=sharing (you can download only this file)
ref: https://youtu.be/FuvQ8Melz1o
Ref: https://youtu.be/FuvQ8Melz1o
Conda
# Tensorflow CPU
conda env create -f conda-cpu.yml
conda activate yolov4-cpu
# Tensorflow GPU
conda env create -f conda-gpu.yml
conda activate yolov4-gpu
Pip
# TensorFlow CPU
pip install -r requirements.txt
# TensorFlow GPU
pip install -r requirements-gpu.txt