QData / C-Tran

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

Train on custom dataset #21

Open NarenZen opened 1 year ago

NarenZen commented 1 year ago

@jacklanchantin @qiyanjun @jakegrigsby

How to implement C-Tran on custom dataset.

I have the information like img_123.jpg - dog, cat, lion img_124.jpg - cat,lion etc...

Is there some specific format I need to follow to train with C-Tran

jacklanchantin commented 1 year ago

Are you able to download the example datasets (coco, voc)? If so, you should be able to simply match the format of those datasets.

niuniu09 commented 1 year ago

你好,请问数据集这块您解决了吗,我也遇到同样的问题,请教一下

vkyprmr commented 12 months ago

I have the same problem and I am not able to download the dataset.

jacklanchantin commented 11 months ago

I've updated the urls. You should at least be able to download the original datasets.