Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing file external.pointnet2.pytorch_utils #3

Closed
CurryYuan opened this issue May 2, 2021 · 2 comments
Closed

Missing file external.pointnet2.pytorch_utils #3

CurryYuan opened this issue May 2, 2021 · 2 comments

Comments

@CurryYuan
Copy link

When I run command python main.py --config configs/config_files/ISCNet_detection.yaml --mode train, I met the following error.

Traceback (most recent call last):
  File "main.py", line 31, in <module>
    import train
  File "/home/Projects/RfDNet/train.py", line 4, in <module>
    from models.optimizers import load_optimizer, load_scheduler, load_bnm_scheduler
  File "/home/Projects/RfDNet/models/optimizers.py", line 5, in <module>
    from external.pointnet2.pytorch_utils import BNMomentumScheduler
ModuleNotFoundError: No module named 'external.pointnet2'
@yinyunie
Copy link
Collaborator

yinyunie commented May 2, 2021 via email

@CurryYuan
Copy link
Author

Thanks, the bug is fixed.

Laktus added a commit to Laktus/RfDNet that referenced this issue Jun 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants