yuto3o / yolox

More Than YOLO(v3, v4, v3-tiny, v4-tiny)
150 stars 46 forks source link

Does your code support all the functions of yolov4 and can it train normally ? #2

Closed zcdliuwei closed 4 years ago

yuto3o commented 4 years ago
zcdliuwei commented 4 years ago

I want to ask for your advice. I want to identify the bottles in the trash can. The real image is about this:

20200611112928_B_Q

20200611112934_B_Q

20200611113139_B_Q

The most complex part of this scene is the dense shielding and stacking of bottles. Our purpose is to tell the customer who threw the bottle what kind of bottle he threw in, and it's better to return the location information of the bottle at the bottom of the trash can. At present, I use Yolo series for testing, and the effect is always unsatisfactory.

I want to know does you have any suggestions to improve the detection and classification ability in this scenario?

Much obliged for your assistance.

yuto3o commented 4 years ago

More effective training data in this scene is necessary.