YunYang1994 / tensorflow-yolov3

🔥 TensorFlow Code for technical report: "YOLOv3: An Incremental Improvement"
https://yunyang1994.gitee.io/2018/12/28/YOLOv3-算法的一点理解/
MIT License
3.63k stars 1.36k forks source link

Can add Background images to train? How? #460

Open billxljin opened 4 years ago

billxljin commented 4 years ago

Hi YunYang, Good job!

How to added background image to train? Is it added the background image path the the train.txt and not providing the box and class information?

Thanks

ghost commented 3 years ago

Hi @billxljin

Were you able to figure how to do it?

Thanks.