I’m trying to do biggest object detection and I can’t create FastAI dataset object.
I know part 2 was done in different FastAI version but I don’t want to use older version.
I have csv with filenames and bboxes and when I try to create ImageDataBunch I get this error:
And this is code:
I tried using Datablock API and it didn’t work. I found few solutions and threads about this but nothing works for me in FastAI v1. Also, how do I make transforms for object detection? I can’t find anything on this topic for v1
And BTW, is it even good idea to do object detection in FastAI v1?