Yunzhi Lin
Yunzhi Lin
> I follow the tutorial in Readme inside the objectron_eval folder, however, the `prepare_test_video.py` script didn't work when the category is 'bike' as the `partition()` func return empty. > >...
> Hi, I encounter some problems when using the code. I followed data/Readme.md and download the chair data then preprocess it. After that, I got nothing inside the output folder...
Yep. The 6-DoF pose is another choice. But its searching space is larger than our keypoint choice. As for PnP, we used a non-differentiable version while you may want to...
Sorry about that. I have not tried it on Windows before. So it may not work. You can try some other backbone networks if needed.
Sorry. I have not tried CPU-only before. Maybe it has some trouble with DCNv2. You can try our provided weights with resnet instead.
> Tried resnet still not working > > File "/home/usr/CenterPose/src/lib/models/networks/DCNv2/dcn_v2.py", line 128, in forward self.deformable_groups) File "/home/usr/CenterPose/src/lib/models/networks/DCNv2/dcn_v2.py", line 31, in forward ctx.deformable_groups) RuntimeError: Not compiled with GPU support (dcn_v2_forward at...
> Hi, thanks for your code, but I have problem in downing your pre-trained model, I try different computers, but it dose not work. So I want to ask you...
> Thanks for adopting this code for multi-processing. Pytorch multi-processing requires a fixed dataset class, while in our case the dataset class is created dynamically [here](https://github.com/xingyizhou/CenterNet/blob/master/src/lib/datasets/dataset_factory.py#L32). A ugly but simple...
> Hi, I encounter another question, https://github.com/NVlabs/CenterPose/blob/main/src/lib/models/networks/pose_dla_dcn.py#L253 > > what is opt.pre_img / opt.pre_hm / opt.pre_hm_hp ? I can not find the comments about these parameters. That's for CenterPoseTrack. Its...
> The variable name confused me though you have made some comments, but i still wonder why the 'hp' stands for 'keypoints' instead of using 'kp'. Sorry for the confusion....