-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Unable to build docker with tf annotation #154
Comments
@savan77 , Could you please attach logs from cvat container ( |
Thanks @nmanovic . 2018-10-25 09:57:16,499 INFO RPC interface 'supervisor' initialized 2018-10-25 09:57:17,539 DEBG 'runserver' stderr output: 2018-10-25 09:57:17,541 DEBG 'rqworker_low' stderr output: 2018-10-25 09:57:17,542 DEBG 'rqworker_default_0' stderr output: 2018-10-25 09:57:17,543 DEBG 'rqworker_low' stderr output: 2018-10-25 09:57:17,543 DEBG 'rqworker_default_1' stderr output: 2018-10-25 09:57:17,546 DEBG 'runserver' stderr output: 2018-10-25 09:57:17,548 DEBG 'runserver' stderr output: 2018-10-25 09:57:17,548 DEBG 'rqworker_default_0' stderr output: 2018-10-25 09:57:17,548 DEBG 'rqworker_default_1' stderr output: 2018-10-25 09:57:17,549 DEBG 'rqworker_default_0' stderr output: 2018-10-25 09:57:17,549 DEBG 'rqworker_default_1' stderr output: 2018-10-25 09:57:18,550 INFO success: rqworker_low entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2018-10-25 09:57:18,874 DEBG 'rqworker_default_1' stderr output: 2018-10-25 09:57:18,874 DEBG 'rqworker_default_1' stderr output: 2018-10-25 09:57:18,875 DEBG 'rqworker_default_1' stderr output: 2018-10-25 09:57:18,877 DEBG 'rqworker_default_1' stderr output: 2018-10-25 09:57:18,878 DEBG 'rqworker_default_1' stderr output: 2018-10-25 09:57:18,878 DEBG 'rqworker_default_0' stderr output: 2018-10-25 09:57:18,878 DEBG 'rqworker_default_1' stderr output: 2018-10-25 09:57:18,880 DEBG 'rqworker_default_0' stderr output: 2018-10-25 09:57:18,880 DEBG 'rqworker_default_0' stderr output: 2018-10-25 09:57:18,881 DEBG 'rqworker_default_0' stderr output: 2018-10-25 09:57:18,882 DEBG 'rqworker_default_0' stderr output: 2018-10-25 09:57:18,882 DEBG 'rqworker_default_0' stderr output: 2018-10-25 09:57:18,906 DEBG 'rqworker_low' stderr output: 2018-10-25 09:57:18,907 DEBG 'rqworker_low' stderr output: 2018-10-25 09:57:18,908 DEBG 'rqworker_low' stderr output: 2018-10-25 09:57:18,908 DEBG 'rqworker_low' stderr output: 2018-10-25 09:57:18,908 DEBG 'rqworker_low' stderr output: 2018-10-25 09:57:18,910 DEBG 'rqworker_low' stderr output: 2018-10-25 09:57:19,050 DEBG 'runserver' stdout output: 2018-10-25 09:57:20,384 DEBG 'runserver' stdout output: 2018-10-25 09:57:20,420 DEBG 'runserver' stdout output: 2018-10-25 09:57:20,420 DEBG fd 10 closed, stopped monitoring <POutputDispatcher at 139690480675008 for <Subprocess at 139690480933272 with name runserver in state RUNNING> (stdout)> |
When I wrote above comment the container was up and running but I was not able to access it through browser. Then I shut down ( Also, what is the best way to force app reflect changes I made to code. Re-building docker image every time I change the code will take lot of time. I think there might be some workaround. Thanks |
@bsekachev |
Usually the log mean that
As you can see |
Hi, thanks for the information. I would also like to know how can I use other models given that they are compatible with default frozen graph's structure. I read I had to add an environment variable with the path to frozen graph, but I guess it won't work with Docker as normally it does. What kind of special changes I would have to make here? You can close this. Thanks |
Hi @savan77 , I'm not sure that I understand your question. Could you please elaborate a little bit? |
I would like to use other object detection models in this tools. How do I do that? I understand that it fetches path from environment variables. But I think I cannot add path to environment as we do because docker runs somewhere else. In fact, I tried to set that environment variable to absolute path of my frozen graph but it didn't work. In the documentation, it is stated that 'This variable must be available from cvat runtime environment'. Can you elaborate on this? |
@savan77 , You always can write
|
@savan77 , I'm going to close the issue. Don't hesitate to reopen it if you still have more questions. |
…#154) - Fixed image saving in VggFace2 and Widerface. Formats should not convert extensions, unless requested - Refactored image saving in formats
Hi,
I am trying to build this project with tf annotation/gpu enabled. I was able to built it successfully and I cross-checked it is up and running. But, I am unable to access it through a browser. Please see attached screenshots.
However, when I built without tf annotation it was working fine. Any thoughts?
Thanks
The text was updated successfully, but these errors were encountered: