QData / C-Tran

General Multi-label Image Classification with Transformers
MIT License
243 stars 43 forks source link

Implementation for my Dataset #19

Open nikki509 opened 1 year ago

nikki509 commented 1 year ago

I tried running with VOC2007 dataset and worked but while I am trying to implement it with my dataset I am not able to run it due to missing annotations files, Is it mandatory to generate them or there is any way to ignore them and run.

My Dataset has only images and a CSV file with an image id and label column.

nzhniu commented 4 months ago

Hello, may I ask if you have already implemented it? If so, may I ask you a few questions?