Radar_Object_Detector

training setep

  1. active the conda env
conda activate yolo_test
  1. label the training set
python3 label.py
  1. pretest (double check before training)
python3 pretest.py
  1. training
python3 training.py
  1. png -> mp4
python3 png2mp4.py
  1. predict
python3 predict.py