🐛 Bug Description
For the filesystem requirements_writing task, the verification requires pointnet package in dependency, however, from the raw codebase, this package has been included in the repo and shall be installed through:
cd pointnet2
python setup.py install
Simply adding it in python requirements file is not correct.
📷 Recurrence Steps
No response
🚦 Expected Behavior
No response
📝 Additional Information
No response