Closed pemami4911 closed 5 years ago
Closing bc the error actually was coming from import errors, which I've gotten around. For some reason, importing tests.common
or examples.common
from the root directory wasn't working, but from common import data_loader
works.
https://github.com/StanfordVL/MinkowskiEngine/blob/7e116d819e03ad7abddbab48f1436497e2fc5fb4/examples/example.py#L30
I was getting an error at the line, seems like it's supposed to be
from common import data_loader
?