simin75simin
simin75simin
 The same instruction typed into ubuntu 18.04, python 3.7.5 also does not work, perhaps because i'm using a proxy, it does not stop when i launch it in the...
sudo npm i -g star npm WARN deprecated [email protected]: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated [email protected]: Use cheerio-select instead npm WARN deprecated [email protected]: this library is no...
right now it does not look like that's the case. i mean this is a valuable function as isps don't like downloading youtube videos so having this working behind a...
so i had to change line 144 of models/iresnet.py to x = x.view(x.size(0)*4, -1) in order to get it running. this probably has to do with torch updates. here are...
I'm using an rgb-depth camera (kinda like a kinect camera used in kinectfusion) to record a video stream. But sometimes cctag gives a completely wrong tag and even after removing...
**Describe the problem** I get the idea from [this page](https://cctag.readthedocs.io/en/latest/markers/markers.html?highlight=radius#print-the-markers) that the marker shall be proportional to u / f, which I think is the upper left entry of the...
i followed the instructions [here](https://github.com/alicevision/meshroom/wiki/Projected-Light-Patterns) to reconstruct the cowboy. yet i got the following result with a slight shadow over most fonts:  : without the normal pictures...
1. is it possible to add nerf-related methods to meshroom and keep the running time low? 2. is nerf better than meshroom now / in a couple of years? thanks...
i tried running it and got the following error. ``` ╰─$ py opencv_dnn_infer.py --img-path /home//Pictures/Webcam/2021-11-12-101657.jpg Traceback (most recent call last): File "opencv_dnn_infer.py", line 117, in run_on_video(Net, video_path, conf_thresh=0.5) File "opencv_dnn_infer.py",...
i was able to train your model on my own machine and get robust webcam estimations. i wonder what is the rationale behind disabling training (setting learning rate to 0)...