BiPointNet
BiPointNet copied to clipboard
This project is the official implementation of our accepted ICLR 2021 paper BiPointNet: Binary Neural Network for Point Clouds.
I met the following error while running the code: Traceback (most recent call last): File "C:/Users/Admin/Documents/code/BiPointNet/scripts/main.py", line 31, in cfg, stem = parse_cfg(args.cfg) File "C:\Users\Admin\Documents\code\BiPointNet\utils\utils.py", line 96, in parse_cfg with...
您好,请问您代码中的data.x、data.pos和data.batch是什么含义
think you for your excellent jobs, i have a question, how did you test code on arm?can you put on the code in github,or give some examples.
Thank you very much for your contribution. In this contribution, I did not find a complete training process, such as which data set to use, training steps, etc. I would...
Many thanks for your impressive work! I have a question about the inference process. Do you write extra codes for speeding up the BiPointNet during inference? Looking forward your reply....