thuml / Transfer-Learning-Library

Transfer Learning Library for Domain Adaptation, Task Adaptation, and Domain Generalization
http://transfer.thuml.ai
MIT License
3.39k stars 553 forks source link

Data processing of SURREAL and H3D #224

Closed hnuzhy closed 4 months ago

hnuzhy commented 1 year ago

Hello, I want to ask some data processing details of the RegDA algorithm. https://github.com/thuml/Transfer-Learning-Library/tree/master/examples/domain_adaptation/keypoint_detection

As shown in the README, datasets SURREAL and Hand-3d-Studio can be downloaded automaticly with processd, sampled and cropped versions which are provided by you.

Now, I want to get the corresponding original image and labels of each processd sample. So, could you please release the cropping scripts for SURREAL and Hand-3d-Studio datasets?

thucbx99 commented 1 year ago

The original data processing code is a bit mass. After some restructure, we will upload these scripts.