C-Tran
C-Tran copied to clipboard
General Multi-label Image Classification with Transformers
Thank you for your wonderful project! I have been doing research with your C-Tran project, and conducting training with several autonomous driving dataset, such as nuScenes and METEOR. It seems...
I am very interested in your work. Can you provide instructions for the operation of the CUB dataset? Thank you very much!
Excuse me, I am very interested in your work. But the End2EndModel method is not found in this project. And MAP didn't live up to expectations. I'm running on Windoes...
Hi, I want to train on my custom dataset, but I cannot find any information on how one can do it. Can you provide a README or any form of...
@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...
Hi, I want to run the model by freezing the backbone I am getting the following error in main.py line 56: `'CTranModel' object has no attribute 'module'. Did you mean:...
how to train C-Tran for Multi-class possibilities. What I mean is pug, husky, dolmination (outputs one label out of 3 possibilities) cat/ not a cat (outputs one label out of...
Hi, Thank you for the code and the great work. I have two questions regarding your work. First how many number of epochs your model needs to train successfully? I...
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...
``` File "D:\Graduation project\归档\C-Tran-main\run_epoch.py", line 30, in run_epoch for batch in tqdm(data,mininterval=0.5,desc=desc,leave=True,ncols=50): RuntimeError: An attempt has been made to start a new process before the if __name__ == '__main__': freeze_support()...