Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 815 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 815 Bytes

ParticleNet

A simple Implementation of ParticleNet (arXiv) in Pytorch Geometric. This implementation was made in collaboration with Animesh Sinha and Kalp Shah.

Requirements

  1. PyTorch
  2. PyTorch Geometric
  3. Numpy
  4. Pandas
  5. Awkward Arrays
  6. Uproot Methods
  7. Tqdm

Please cite our Github Implementation (Repo) if you plan to use this code in your research work as:

@misc{PointNet_Pyg,
  author = {Jai Bardhan and Animesh Sinha and Kalp Shah},
  title = {ParticleNet PyTorch Geometric},
  year = {2021},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/Jai2500/particlenet}},
  commit = {87aef4ff2b9d7c7ab60207eee482d10022fac531}
}