Olivier Declementi
Olivier Declementi
Hi, I am using some old VCR camera records with ` python demo/restoration_video_demo.py configs/restorers/real_basicvsr/realbasicvsr_c64b20_1x30x8_lr5e-5_150k_reds.py ~/realbasicvsr_c64b20_1x30x8_lr5e-5_150k_reds_20211104-52f77c2c.pth ~/outside-1.mp4 ./results/outside-1.mp4 --max-seq-len 20` Anything above 20 would make CUDA go out of memory. I...
## What's going wrong? Can't send args to script ## How could we reproduce this issue? pm2 start script -- arg1 ## Supporting information Args are recognized as subsequent script...
Hi, `curl -x 127.0.0.1:3128 https://ifconfig.me` Ran the example from the readme, verbatim, and it is throwing "curl: (35) LibreSSL/3.3.6: error:1404B42E:SSL routines:ST_CONNECT:tlsv1 alert protocol version".
Hi, Tried the CLI ``` npx proxy@1 -l 192.168.0.40 HTTP(s) proxy server listening on port 3128 ``` Still going through the primary interface set in the OS. I also tried...
Some hardware will pick IPV6 instead of IPV4 when setting a localAddress. `const opts = { host: host.replace(/^\[|\]$/g, ''), port, localAddress }; debug.proxyRequest('connecting to proxy target %o', opts); const target...