Skip to content

graspnet/PointNetGPD_revised

Repository files navigation

<<<<<<< Updated upstream

PointNetGPD

The original codes are from https://github.com/lianghongzhuo/PointNetGPD.
Since I used other training data generalized by Haoshu Fang and Chenxi Wang, I made a little bit of adjustment in the input of the network.
The vital parameter to change is the input path.
The data to train should be like this:

DATA
|--train1
|--train2
|--train3
  |--labels_train3.npy
  |--cloud
    |--000001.ply
    |--000002.ply

=======

PointNetGPD-revised

Introduction

Files

Requirements

In order to use our codes to train the model, you need the Minkowski Engine dataset generalized by Haoshu Fang and Chenxi Wang, and the file structure of the dataset should be as follows.

gpd_data
├── train1
|   ├── image
|   |   ├── 000000.jpg
|   |   ├── 000001.jpg
|   |   └── ...
|   └── labels_train1.npy
├── train2
|   └── ...
├── train3
|   └── ...
├── train4
|   └── ...
└── test_seen
    └── ...

Usages

References

Training 250w+ data

Stashed changes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages