simin75simin

Results 26 issues of simin75simin

![image](https://user-images.githubusercontent.com/50899460/120009795-5bc64c80-bfaa-11eb-89a7-308b6d4b15f3.png) 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...

type:question

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: ![2022-06-09 11-47-31 的屏幕截图](https://user-images.githubusercontent.com/50899460/172794911-d6dcec48-89f0-49f7-bb1e-2ec35104f318.png) : without the normal pictures...

bug

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...

type:question

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)...