Haoyu Ma
Haoyu Ma
I guess that it is because of the random seed ... My training log at that time and trained resnet50 are here: https://drive.google.com/file/d/1YrdQOLubB9i5JJb9bezrgAJV2MDr0ILC/view?usp=sharing. Hope it is helpful.
Hi, sorry for the late response. Due to the email notification setting of my Github account, I just found this issue. My Python version is 2.7 and Torch version is...
There is a `Makefile` at `single-view-PPT/lib` You may need to run the following scripts to get the compiled files. ~~~ cd single-view-PPT/lib make ~~~ However, you can consider remove the...
Hi, sorry for the late reply. You may consider change the configs at: https://github.com/HowieMa/PPT/blob/main/single-view-PPT/experiments/coco/ppt/ppt_b_256_192_patch43_dim192_depth12_heads8.yaml#L31 Besides, you may also need change the Dataloader to load your 24 keypoints.
It seems this is not a bug of my code, but a bug of Pytorch on Windows. Here are some references: https://github.com/pytorch/pytorch/issues/12085 https://discuss.pytorch.org/t/eoferror-ran-out-of-input-when-enumerating-the-train-loader/22692 I am sorry but I don't have...
It seems that you didn't load the image successfully. Have you strictly followed the preprocessing step of the dataset?
I am so sorry but so far what I can know is this error is related to the dataset/ data loader. Without any detail, I don't know what happens on...
> Hello HowieMa I set the data exactly according to your steps. The specific error content is like this. Is it related to the configuration environment? My Python version is...
Hi, sorry for the late reply. Please refer https://github.com/HowieMa/TransFusion-Pose/issues/2 for a demo code of 3D keypoint visualization. Thanks