yichuan1998
yichuan1998
> **Describe the feature** Ability to perform top down pose estimation on a batch of images at once. > > **Motivation** It is inconvenient when trying to perform pose estimation...
> Hi, @benjiebob ,thanks for your sharing. I have tried to utilize the project to get a fine-tune smal parameters for a specific cat with a cat .obj file. And...
Hi, I am still having this issue. My code: ``` def cali(): vidnames = [[r'D:\my_work\Only_test\video\0\video_152122079464.mp4'], [r'D:\my_work\Only_test\video\1\video_104422070017.mp4']] cam_names = ['A', 'B'] n_cams = len(vidnames) board = CharucoBoard(4, 5, square_length=14, # here,...
> Hi, for testing the fitter_3d module, I just put the smal_mean_shape.obj that generated from the smal project in the mesh_dir, and run the script `python fitter_3d/optimise.py --mesh_dir fitter_3d_data/mesh/ --scheme...
> @dishitamidha what solved for me is: proj_points = self.cameras.transform_points_screen(points, **image_size=screen_size**)[:, :, [1, 0]] Hi, thanks for your code. I changed the IMAGE_RANGE in config.py from range(0,1) to range(0, 20)...
> @yichuan1998你好,对我来说它是通过以下方式解决的 > > ``` > cd neural_renderer > rm -rf *.egg-info > pip install -e . > ``` > > 顺便说一句,我正在使用 conda 环境 Thanks for your code. Could you...