Yipeng Tang
Yipeng Tang
> Hi @WuzhaoLee > Recently, I also works on this problem. > > I think the intermediate feature might be as follows: > Assuming the input is Nx3 > Branch1:...
orange: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by orange) orange: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.29' not found (required by orange) orange: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.28' not found (required by orange) How to solve...
My unbuntu is 18.04
Great! I have solved this problem, my GPU is RTX3080, Pytorch 1.7.1
When I used mouth to click the point, I get the errors: `File "/home/tangyipeng/anaconda3/envs/pytorch_new/lib/python3.8/site-packages/mpldatacursor-0.7.dev0-py3.8.egg/mpldatacursor/pick_info.py", line 296, in ldists = [(mplot3d.proj3d.line2d_seg_dist(p0, p1, p), i) for \ AttributeError: module 'mpl_toolkits.mplot3d.proj3d' has no...
Can you finetuning it using 4090? thx
> pip uninstall opencv-python pip install opencv-python-headless > > it worked for me [NVlabs/instant-ngp#300](https://github.com/NVlabs/instant-ngp/discussions/300) it works, thanks.
thx. I am using the Intel RealSense SDK to stream and align depth and color frames. After aligning the frames using align.process(frames), I noticed that the depth frame (depth_frame.get_data()) contains...
> Hi @tangyipeng100 If you are getting zeroes like the case at #3631 then a suggestion for correcting this is to convert the numpy array to a **list** because of...
thx, In fact, I am using [opencv_viewer_example](https://github.com/IntelRealSense/librealsense/blob/master/wrappers/python/examples/opencv_viewer_example.py, ), and I try to follow your strategy, and it works as before, like the image shows:  If I do not use...