This is a pytorch implementation of YOLOv1
bash get_dataset.sh
bash train.sh
mkdir predict_label
bash predict.sh
To visualization the ground truth or predicted bounding boxes in an image, you can run the provided visualization script provided in the starter code by using the following command. python3 visualize_bbox.py <image.jpg> <label.txt>