You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2023. It is now read-only.
When I run the train.py, the following error appears:
Traceback (most recent call last):
File "E:\voxelnet-master\train.py", line 14, in
from model import RPN3D
File "E:\voxelnet-master\model_init_.py", line 12, in
from model.model import *
File "E:\voxelnet-master\model\model.py", line 12, in
from utils import *
File "E:\voxelnet-master\utils_init_.py", line 10, in
from utils.box_overlaps import *
ModuleNotFoundError: No module named 'utils.box_overlaps'

the utils folder contains "box_overlaps.c" and "box_overlaps.pyx"
The text was updated successfully, but these errors were encountered: