Ballzy0706
Ballzy0706
> I have the same error, except with `FAILED: render_utils_kernel.cuda.o`. > > System: Windows 10 CUDA: 11.3 torch: 1.8.2+cu111 using x64 cl.exe from visual studio 17 > > The main...
> > I have the same error, except with `FAILED: render_utils_kernel.cuda.o`. > > System: Windows 10 CUDA: 11.3 torch: 1.8.2+cu111 using x64 cl.exe from visual studio 17 > > The...
> Sorry I just saw your question. I found that the .cpp file in this article is more demanding for my environment, just cuda==11.3 and vscode==2019 can meet the running...
> Sure. I found that the .cpp file in this article is more demanding for my environment, just cuda==11.3 and visual studio==2019 can meet the running requirements. And the question...
> @Ballzy0706 > > Hi, I met the same question. Have you addressed this issue? @Harper714 Please feel free to reply if you still have problem.
> Many thanks for your answer. > > I found my error occurs only when remote debugging using pycharm, but success when directly running the code. I guess the problem...
change the char 'L' and 'IiLL' to 'Q' and 'IiQQ', It can be solved. The modified code in scene_manager.py: def _load_cameras_bin(self, input_file): self.cameras = OrderedDict() with open(input_file, 'rb') as f:...
> i try it on 7-scenes, but it was not very well,i process data like demo of processARkit, i don't know where is wrong ,by the way,in 7-scenes ,if add...
> > > i try it on 7-scenes, but it was not very well,i process data like demo of processARkit, i don't know where is wrong ,by the way,in 7-scenes...
> @ThomasEgi Hi! your script helped a lot in generating the mesh, but my meshes are clipped/croped. I have tried changing the res_factor and threshold value but it does not...