-
Notifications
You must be signed in to change notification settings - Fork 134
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
Poor performance for instance task #22
Comments
Hi @assia855, thanks for your interest in our work. Could you share the command that you executed for the instance segmentation result?
This error usually means that the checkpoint is not downloaded completely. Did you download the checkpoint file correctly? It should be around 900 MB in size for the Swin-L backbone.
We share guidelines to train OneFormer on custom datasets here. You may also refer to #17. |
Hi @praeclarumjj3 I implement the colab demo locally and I had this output provide above for instance task. My environment:
I still have this error when I select swin True and launch the cell to load the models. Which checkpoint I should download for this one please.
Thanks for sharing the guideline. |
@assia855 are you sure you did not make any changes (setup, predictor loading) to the colab code? I can successfully run the demos for all tasks using our colab demo. |
Thanks @praeclarumjj3 I will retry. |
Thanks for sharing this work. I test the model and I have a similar result for panoptic and semantic but I have a poor performance for instance task.
I tried to test the model with the swin backbone but I have this error:
RuntimeError: PytorchStreamReader failed reading zip archive: failed finding central directory
I would like to train the model on custom datasets for instance segmentation can you provide please a demo for training on custom datasets.
Thanks in advance
The text was updated successfully, but these errors were encountered: