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

Lack of file submission.json? #4

Open
huongptt-emma opened this issue Jan 12, 2021 · 8 comments
Open

Lack of file submission.json? #4

huongptt-emma opened this issue Jan 12, 2021 · 8 comments

Comments

@huongptt-emma
Copy link

The code is error when i try to open submission.json file. Can you explain it for me?
Thank u so much!

@ptran1203
Copy link
Owner

Hi, Could you tell me more detail about the error, and do you remember the error message?

@huongptt-emma
Copy link
Author

This is error message:
No such file or directory: '/content/drive/MyDrive/zalo_ai/submission.json'
I cannot find the submission.json file in your project when i clone it form github to google colab.

@ptran1203
Copy link
Owner

I guess you're running this step
image

Since the file is lost (I don't know, maybe I removed it). You can skip this part by removing that cell and continue to run

@ptran1203
Copy link
Owner

You can directly continue from this step

image

@huongptt-emma
Copy link
Author

huongptt-emma commented Jan 13, 2021

When i skip 2 cells, the remain process can run normally but it can not detect the traffic sign in the photo :(((
Anyway, thanks for your supporting!

image

@ptran1203
Copy link
Owner

ptran1203 commented Jan 13, 2021

Someone has edited the weight so the detection is bad, please try to replace

weight_path = "/content/drive/MyDrive/zalo_ai/weight_dense.h5"

by

weight_path = "/content/drive/MyDrive/zalo_ai/weight_dense_best.h5"

And run the Inference cell again

NOTE: Remember to refresh your storage before running (The middle button)
image

@huongptt-emma
Copy link
Author

That is an effective way to detect the traffic sign in the photo. However, after your project is updated, this error happens. Can you check the code?
image
image

@ptran1203
Copy link
Owner

This is because the image resolution is too big so the GPU is overloaded. I have reduced the image size, please restart your notebook and check again

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

2 participants