Skip to content

HugoAhoy/PRS-Net-implementation-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PRS-Net-implementation-PyTorch

This repo implements the PRS-Net proposed by Lin Gao, ICT The access to the paper is: PRS-Net: Planar Reflective Symmetry Detection Net for 3D Models

Proj Structure

  • ~root
    • DataPreProc.py (functions to get voxel, point cloud and closest grid for each point)
    • LossFunction.py (two loss functions proposed in the paper)
    • MyDataset.py -Network.py
    • train.py
  • utils
    • binvox-rw.py (a file cloned from others' repo, which helps to read .binvox file to numpy array)

About

This repo implements the PRS-Net proposed by Lin Gao, ICT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages