kaist-ina / NAS_public

This is an official repository of the paper, "Neural Adaptive Content-aware Internet Video Delivery"
Other
80 stars 23 forks source link

testing error #4

Closed RavaliKolli closed 5 years ago

RavaliKolli commented 5 years ago

File "/home/ubuntu/NAS_public/process.py", line 366, in encode pipe.stdin.flush() BrokenPipeError: [Errno 32] Broken pipe decode [super-resolution]: 1.8120205402374268sec

not sure why this error happened. can you guys help me out?

chaos5958 commented 5 years ago

Hi, Ravali.

I've experience this error when opencv is not setup properly (mostly due to inadequate versions). Have you tried opencv by Anaconda specified in README? Since this is an error due to opencv, stackoverflow might be also helpful.

RavaliKolli commented 5 years ago

Thank you so much for the reply, I used the one from README. I will try checking if i have right version.

chaos5958 commented 5 years ago

If you have further problems, please open this issue again.

RavaliKolli commented 5 years ago

hi i seem to have new issue when i do the above process, it generates output video for three segments and then has segmentation fault(core dumped). I have the error log-

0 0x00007fffe8c6bd1d in torch::CudaIPCSentData::~CudaIPCSentData() ()

from /home/ubuntu/anaconda3/lib/python3.6/site-packages/torch/lib/libtorch_python.so

1 0x00007fffe8c6e5d8 in torch::(anonymous namespace)::CudaIPCGlobalEntities::~CudaIPCGlobalEntities() ()

from /home/ubuntu/anaconda3/lib/python3.6/site-packages/torch/lib/libtorch_python.so

2 0x00007ffff7829ff8 in run_exit_handlers (status=0, listp=0x7ffff7bb45f8 <exit_funcs>,

run_list_atexit=run_list_atexit@entry=true) at exit.c:82

3 0x00007ffff782a045 in __GI_exit (status=) at exit.c:104

4 0x00007ffff7810837 in __libc_start_main (main=0x5555556377a0
, argc=8, argv=0x7fffffffe368, init=,

fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fffffffe358) at ../csu/libc-start.c:325

5 0x0000555555717160 in _start () at ../sysdeps/x86_64/elf/start.S:103

I wanted to know if i am still having issue with opencv or any other. Please help me out if you guys can