-
Notifications
You must be signed in to change notification settings - Fork 36
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
Pretrained CRIS model #3
Comments
+1 |
Yes. We will release the pretrained models ASAP. |
@DerrickWang005 Any updates on this or timeline? |
+1 |
Hii @DerrickWang005, Can you upload the pre-trained model? |
Hi @DerrickWang005 any update on releasing a pre-trained model? Thanks! |
+1 |
2 similar comments
+1 |
+1 |
While we wait for the official pretrained model, I have trained CRIS on refcoco using the standard training procedure (default parameters, 50 epochs). The model is available here. |
@loris2222 do you have similar score on benchmark datasets? |
I am using the model for another purpose so I haven't saved the test performance, but you are welcome to try and report the results here. Anyways, qualitatively results are quite good. |
Wow @loris2222 thank you so much. By the way, do you have any report or documentation regarding the results (qualitatively and quantitatively). It would be really nice and helpful to see the results and read more about it. May be you can upload them in your Git repo? Great work! |
@loris2222 @sanchit88 I have some bad news( test your model on evaluation RefCOCO data and I have this( IoU=8.03 Pr@50: 0.17 Pr@60: 0.17 Pr@70: 0.17 Pr@80: 0.09 Pr@90: 0.09 |
@DerrickWang005 Should you please share pre-trained CRIS model with benchmark score( |
I have found the wandb final log for my training process:
Maybe there is something wrong in your configuration? |
@loris2222 hmmm, maybe is just overfitting on train data? You have IOU higher than every SOTA is possible |
Yeah possibly, but results on training data were not published, so they still might be reasonable. By the way VOC is an entirely different dataset and it seems to be doing well as you see from the example (not cherry picked). As I said I'm using these models for something else so I don't think I will be able to run another 20h of training... |
Hi just want to ask is there any update? I'm planning to do further research with your model, could you please upload the checkpoints? |
@loris2222 @MaslikovEgor @OptimusLime @willyfh @qiruiw @saurabhya Just want to report my test result on @loris2222 's model(RefCOCO val):
The result reported by the authors is 69.52, I think his mode is fine(69.06), thanks(a lot) for sharing! |
Glad to be of help :) So @MaslikovEgor did you check again to see whether there were problems in your pipeline? |
Thanks for the pre-trained model @loris2222. I am still trying to better understand the functionalities and I was wondering if you could detail on how to load the weights and use the model? |
Just put the linked |
I did the following:
Got the error below. I do not understand the root cause.. 2022-10-27 16:34:07.855 | ERROR | main::90 - An error has been caught in function '', process 'MainProcess' (222), thread 'MainThread' (139848918288256):
File "/content/CRIS.pytorch/test.py", line 70, in main File "/content/CRIS.pytorch/model/init.py", line 33, in build_segmenter File "/content/CRIS.pytorch/model/segmenter.py", line 15, in init File "/usr/local/lib/python3.7/dist-packages/torch/jit/_serialization.py", line 162, in load RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory |
@RubenBMHMendes You have to download pre-trained CLIP first(it's not Then put |
@loris2222 how run this model at other datasets(such:VOC,COCO 2017),this code (recoco)only about the train 2014 |
@DerrickWang005, Any update on this? |
Are there any plans to host a pre-trained CRIS model on e.g. huggingface?
Looking forward to trying out the model!
The text was updated successfully, but these errors were encountered: