Skip to content

JackHck/Key-Grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

79 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Arxiv

This repository provides the code for paper:
Key-Grid: Unsupervised 3D Keypoints Detection using Grid Heatmap Features


๐Ÿ’ป Installation

๐Ÿ› ๏ธ Usage

Train the network

Train the pointnet++ on the train dataset. Here, we take the chair category as an example. Note, if you want to train other categories, you should change the dataset root.

python train.py 

Predict the keypoint

Predict the keypoint on the test dataset. We get the keypoint predicted by the pointnet++ on the ClothesNet dataset.

python predict_keypoint.py  

๐Ÿ” Visualizer

In this section, we provide code to visualize keypoints and point cloud. 1.Predict the keypoints on the test dataset. You should run predict_keypoint.py; 2. Visualization results of keypoints and point cloud. You should run vision.py.

๐Ÿ˜บ Acknowledgement

This code inherits some codes from Skeleton Merger, SC3K.

About

[NeurIPS 2024] Key-Grid: Unsupervised 3D Keypoints Detection using Grid Heatmap Features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages