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

Can't connect to localhost if project is build with tf annotation component #358

Closed
RasidCetin opened this issue Mar 26, 2019 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@RasidCetin
Copy link

Hello,

I have a problem with the connection to the login page when I try to build with the tf annotation component. This is how it looks when I try to connect to the login page.
Screenshot from 2019-03-26 16-12-44

Output of "docker ps":
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
42824587bbca cvat "/usr/bin/supervisord" 8 minutes ago Up 8 minutes 0.0.0.0:8080->8080/tcp, 8443/tcp cvat
763e85143cb3 redis:4.0.5-alpine "docker-entrypoint.s…" 8 minutes ago Up 8 minutes 6379/tcp cvat_redis
29d0edddec8e postgres:10.3-alpine "docker-entrypoint.s…" 8 minutes ago Up 8 minutes 5432/tcp cvat_db

Output of "docker logs cvat":
logs_cvat.txt

One of the errors from "docker logs cvat" is: "ImportError: No module named 'openvino'". It is required this module in order to run the image for tf annotation?

If I build the project just with the default components, everything is alright. I am able to load videos and start the annotation process.
Would you be kind to provide all the steps that I should perform in order to make this component work? Thank you!

@bsekachev
Copy link
Member

@RasidCetin
Thank you for your report. This is a bug. I will fixed it as soon as possible and notify you.

@bsekachev bsekachev added the bug Something isn't working label Mar 27, 2019
@bsekachev
Copy link
Member

@RasidCetin
The fix works for me #359

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants