issues
search
zachconnor97
/
AFBM-MLC-PointNet-Python
Automated Functional Basis Modeling using MLC-PointNet
1
stars
0
forks
source link
Make dataset.py
#8
Closed
zachconnor97
closed
9 months ago
zachconnor97
commented
9 months ago
Make a file called "dataset.py" that contains
[ ] pc_read()
[ ] generate_dataset()
[ ] sparse_matrix_encoding()
[ ] augment()
[ ] save_dataset() [new function that saves the dataset]
[ ] load_dataset() see above
[ ] necessary imports only Update functions to take in global args used in the AFBM_MLC.py file (things like num_points, num_classes, file header paths)
Make a file called "dataset.py" that contains