This is just an experimental code to deepen the understanding of YOLO-v1. The overall design is based on YOLO-v1, but some structures have been changed, such as using deep separable convolutions and discarding fully connected layers. And i generated watermark data to verify the validity of the network.
easy to train
data/
imgs/
...
annotations/
...
nohup python train.py &
python detect.py --input_path XXXXX