3DKeypoints-DA
3DKeypoints-DA copied to clipboard
Unsupervised Domain Adaptation for 3D Keypoint Estimation via View Consistency
Thank you so much for providing the code. Although you mention the dependencies in README, the version information, especially for pytorch and torchvision, is missing. It would be very helpful...
When I download the datasets and run `python main.py -expID Source -epochs 120 -dropLR 90` to train the source model, an error happened. Environment - Python2.7 - PyTorch0.4.0 - Torchvision...
Hello, thanks for your open code! Are the positions of the key points under the three directions in the same unit? Thank you very much! `` pts = np.zeros((self.nViews, ref.J,...