Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

ModuleNotFoundError: No module named 'utils.box_overlaps' #83

Open
Huizhaoaaaa opened this issue Jun 16, 2020 · 3 comments
Open

ModuleNotFoundError: No module named 'utils.box_overlaps' #83

Huizhaoaaaa opened this issue Jun 16, 2020 · 3 comments

Comments

@Huizhaoaaaa
Copy link

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"
image

@kasai2210
Copy link

This model isn't working correctly in Windows, try using Linux or WSL2.

@miaozujia
Copy link

i have the same question, there is box_overlaps.c instead of box_overlaps.py, what can i do?

@cui19981127
Copy link

You can add at the beginning of the code
import pyximport
pyximport.install()

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants