wise-ft icon indicating copy to clipboard operation
wise-ft copied to clipboard

Modify for object detection

Open nikky4D opened this issue 3 years ago • 2 comments

Is it possible to use this with a multilabel dataset? with up to 5 objects per image?

nikky4D avatar Jun 23 '22 17:06 nikky4D

Yes this will probably still work, though we don't have code currently for this.

mitchellnw avatar Aug 20 '22 02:08 mitchellnw

I tried using this for a multi label dataset where each input can belong to one or more of two categories. I get the following error: RuntimeError: stack expects each tensor to be equal size, but got [1] at entry 0 and [2] at entry 4

I think some code change will be required if we want to support this functionality.

vkrishnamurthy11 avatar May 10 '23 00:05 vkrishnamurthy11