Wencan Cheng, Eun-ji Kim and Jong Hwan Ko
European Conference on Computer Vision (ECCV), 2024
Our model is trained and tested under:
- Python 3.6.9
- NVIDIA GPU + CUDA CuDNN
- PyTorch (torch == 1.9.0)
- scipy
- tqdm
- Pillow
- yaml
- json
- cv2
- pycocotools
-
Prepare dataset
please download the NYU Hand dataset
-
Install PointNet++ CUDA operations
follow the instructions in the './pointnet2' for installation
-
Evaluate
set the "--dataset_path" paramter in the
test_nyu.sh
as the path saved the generated testing setexecute
sh test_nyu.sh
we provided the pre-trained models ('./pretrained_model/nyu_handdagt_3stacks/best_model.pth') for NYU
-
If a new training process is needed, please execute the following instructions after step 1 and 2 are completed
set the "--dataset_path" paramter in the
train_nyu.sh
as the path saved the generated traning and testing set respectivelyexecute
sh train_nyu.sh
We thank repo for the image-point cloud framework.