raster_triangle
raster_triangle copied to clipboard
A simple renderer with z-buffer for synthesis data generating.
在运行 python rgbd_renderer.py --cls ape --render_num 70000时,出现**OSError: [WinError 193] %1 不是有效的Win32应用程序**错误,python和编译的so文件都是64位的,如何解决?
fatal error: opencv2/highgui/highgui.hpp: No such file or directory 请问如何解决呢?或者能否直接提供已经处理好的LM数据集的下载链接呢? 非常感谢~
同学你好,我采用你设计的动态链接库对模型进行在线渲染获取数据,在线渲染在正常的Dataset+Dataloader情况下是可行的,但是当我使用PyTorch提供的分布式训练流程的时候会出现错误: ``` Traceback (most recent call last): File "/root/Workspace/project/krrnv5/train.py", line 309, in mp.spawn( File "/root/anaconda3/envs/krrn/lib/python3.9/site-packages/torch/multiprocessing/spawn.py", line 240, in spawn return start_processes(fn, args, nprocs, join, daemon, start_method='spawn') File "/root/anaconda3/envs/krrn/lib/python3.9/site-packages/torch/multiprocessing/spawn.py", line 198,...
Opencv3.4.15 runs successfully.
I couldn't compile due to opencv isseus. I did following thins ``` export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/include/opencv4 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/include/opencv4/opencv2 ``` change rastertriangle_so.sh bit ``` g++ rastertriangle_so.cpp -I /usr/include/opencv4 -o rastertriangle_so.so -shared -fPIC -Wall...
i just got 70000 .pkl files, how do i visualize these pictures ?
I made a new object with blend and generates an .npy file using pvnet-rendering .I want to know how to convert the .npy file into the required sampled_RTs.pkl? I use...
Hello, can I generate PCL point cloud files?
1. The default number of render images is 70000, and how you get this number?Did you do some experiments to get it? 2. The default RTs in RT list to...