BichenWuUCB / squeezeDet

A tensorflow implementation for SqueezeDet, a convolutional neural network for object detection.
BSD 2-Clause "Simplified" License
739 stars 306 forks source link

Fine-tune SqueezeDet from sparse labels #117

Closed cygerts closed 5 years ago

cygerts commented 6 years ago

Hi, I am trying to do domain adaptation with SqueezeDet having sparse labels. So for example there might be many cars in the image, but only few are annotated. Feeding such image with sparse annotations will of course confuse SqueezeDet. I have one ideat for doing that:

I suspect there might be another way of doing that but that's probably the easiest. Any suggestion / comment here would be very helpful.