MonoPort icon indicating copy to clipboard operation
MonoPort copied to clipboard

The web page is always in the state of "waiting for ··" and cannot show the result

Open junkai1120 opened this issue 5 years ago • 0 comments

When I've configured it, the running code prompts me to open the web page, but when I open page on the Web Server, I get an error message. I tried to add MESA_L_VERSION_OVERRIDE=3.3 in the running line, my page can be opened without error, but the page is still in the state of "waiting for ··". How can I solve this problem? image

The print log is as follows: loading networkG from ./data/PIFu/net_G ... loading networkC from ./data/PIFu/net_C ... initialize data streamer ... Using cache found in /root/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub Using cache found in /root/.cache/torch/hub/NVIDIA_DeepLearningExamples_torchhub *********************************************** * Serving Flask app "main" (lazy loading) * Environment: production WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. * Debug mode: on * Running on http://0.0.0.0:5555/ (Press CTRL+C to quit) 172.17.0.1 - - [10/Oct/2020 10:36:04] "GET / HTTP/1.1" 200 - 172.17.0.1 - - [10/Oct/2020 10:36:48] "GET /favicon.ico HTTP/1.1" 404 - 0it [00:00, ?it/s] 172.17.0.1 - - [10/Oct/2020 10:36:48] "GET /video_feed HTTP/1.1" 200 - 172.17.0.1 - - [10/Oct/2020 10:40:48] "GET / HTTP/1.1" 200 - 172.17.0.1 - - [10/Oct/2020 10:41:47] "GET /favicon.ico HTTP/1.1" 404 - 0it [00:00, ?it/s] 172.17.0.1 - - [10/Oct/2020 10:41:47] "GET /video_feed HTTP/1.1" 200 -

junkai1120 avatar Oct 12 '20 08:10 junkai1120