-
Notifications
You must be signed in to change notification settings - Fork 430
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
Demo not working properly #172
Comments
Any update on this @DevashishPrasad @LidorPrototype ? |
Have you sloved it? I have met the same problem. Help. @parthplc @LidorPrototype @DevashishPrasad |
Still no solution sadly :( |
Hey @lmmlzn , I tried with different checkpoints and it worked well for me in colab.
|
I tried that solution, below error occurs to me.
|
someone solved the issue? |
Hey, I have created this sample colab for reference @onejlee @moran-trullion . |
@parthplc I cant understand the output where is the table data? |
Looking in links: https://download.pytorch.org/whl/torch_stable.html Why does it say "No matching distribution found for torch" on my colab ? |
In config url config file were missing..pls check tat..!! |
I'm trying to run your demo, and I have a few problems.
first of all the command
!gdown "https://drive.google.com/u/0/uc?id=1-QieHkR1Q7CXuBu4fp3rYrvDG9j26eFT"
does not work, I get an access denied error so I download it manuallyand after it I get the following error:
RuntimeError: unexpected EOF, expected 1939927 more bytes. The file might be corrupted.
this is from cell number 4., from the line:
model = init_detector(config_file, checkpoint_file, device='cuda:0')
.did anyone had this problem before? how one can fix this?
The text was updated successfully, but these errors were encountered: