-
Notifications
You must be signed in to change notification settings - Fork 174
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
result problem #26
Comments
The model with EAO=0.426 is trained with multi-datasets like coco+youtubebb+lasot+got10k. We will release the multi-datasets training code in a few weeks, please keep tuned. |
Can't support multi dataset training yet. I see "names: ["GOT10kDataset",] in the configuration file, but an error will be reported when I use ["GOT10kDataset","LaSOTDataset"]. |
You are right. The training with multi-datasets is under testing yet, the original code is written with the internal framework. So the reproduce will take some time. |
|
I can not guarantee one certain time but we will release it this month hopefully. |
@songdejia Training code is done and it is under final test (to make sure it works well after PyTorch version change) before being merged into Master branch. If you are urgent, you can check out the "dev-fulldata_hpo" branch in my fork. |
Thanks. Can u provide a readme file to describe how to use full data |
Hi, I alse use your training code to train. The results of VOT2018 are rather poor. The traing full datasets are COCO2017+VID+DET+LaSOT+GOT10k+TrackingNet,the model is googlenet. |
and in fact you don't use youtube-BB dataset , you use TrackingNet. there is no ytb_bb.py script in your program |
@lzx1413 |
I use the your training code to train. The training set only uses got10k. The test results are as follows
my result:AO=0.612,SR0.5=0.735,SR0.75=0.461
your result:AO=0.595,SR0.5=0.695,SR0.75=0.479
Looks like performance is very good
But when I tested vot18 with this model, the result was very poor,The test results are as follows
my result:ACC=0.549,ROB=0.300,EAO=0.310
your result:ACC=0.587,ROB=0.183,EAO=0.426
Do you have this problem
It is worth noting that the code for training is "sh tools/train_test-googlenet.sh" . When training is interrupted, I run "python ./main/train.py --config experiments/siamfcpp/train/siamfcpp_googlenet-trn.yaml --resume-from-file=... " to continue training
The text was updated successfully, but these errors were encountered: