Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.16 KB

README.md

File metadata and controls

48 lines (41 loc) · 1.16 KB

<<<<<<< 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