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

It seems that point_pillars_tracking.py is needed #15

Closed
lucksonzhen opened this issue Jan 7, 2022 · 3 comments
Closed

It seems that point_pillars_tracking.py is needed #15

lucksonzhen opened this issue Jan 7, 2022 · 3 comments

Comments

@lucksonzhen
Copy link

when i train the model using command line in the tutorial, I got this :
Traceback (most recent call last): File "./tools/train.py", line 13, in <module> from det3d.models import build_detector File "/home/lz/task3/simtrack/simtrack/det3d/models/__init__.py", line 13, in <module> from .detectors import * # noqa: F401,F403 File "/home/lz/task3/simtrack/simtrack/det3d/models/detectors/__init__.py", line 3, in <module> from .point_pillars_tracking import PointPillarsTracking ModuleNotFoundError: No module named 'det3d.models.detectors.point_pillars_tracking'
The error occurs because there is no point_pillars_tracking.py in /home/lz/task3/simtrack/simtrack/det3d/models/detectors, but a voxelnet.py which has been commented out.
Can anybodyhelp me ?

@zzm-hl
Copy link

zzm-hl commented Jan 10, 2022

I have the same problem.

@chenxuluo
Copy link
Collaborator

you can just comment the line. It should not be used.

@hoqolo
Copy link

hoqolo commented Oct 2, 2022

How to solve this problem? Looking forward to your reply

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

5 participants