Skip to content
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

Open
makalo opened this issue Mar 7, 2020 · 10 comments
Open

result problem #26

makalo opened this issue Mar 7, 2020 · 10 comments

Comments

@makalo
Copy link

makalo commented Mar 7, 2020

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

@lzx1413
Copy link
Contributor

lzx1413 commented Mar 7, 2020

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.

@makalo
Copy link
Author

makalo commented Mar 7, 2020

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"].

@lzx1413
Copy link
Contributor

lzx1413 commented Mar 7, 2020

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.

@songdejia
Copy link

songdejia commented Mar 13, 2020

ce will take some t
@lzx1413 @MARMOTatZJU
Hi, can u provide the specific time of releasing the training code to reproduce the VOT18 and OTB100?

@lzx1413
Copy link
Contributor

lzx1413 commented Mar 21, 2020

I can not guarantee one certain time but we will release it this month hopefully.

@MARMOTatZJU
Copy link
Contributor

@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.

@songdejia
Copy link

@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

@ws20191229
Copy link

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.
my result:ACC=0.573,ROB=0.332,EAO=0.294
your result:ACC=0.587,ROB=0.183,EAO=0.426
the ROB and EAO are not good.
the multi-datasets like coco+youtubebb+lasot+got10k can produce the EAO=0.426 ?
the paper and the programm implementation are not consistent.

@ws20191229
Copy link

and in fact you don't use youtube-BB dataset , you use TrackingNet. there is no ytb_bb.py script in your program

@ws20191229
Copy link

@lzx1413
We will release the multi-datasets training code in a few weeks, please keep tuned? Did you have finished? Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants