-
Notifications
You must be signed in to change notification settings - Fork 1
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
ImportError #1
Comments
Hi, |
I add those code in init.py and it works. Thanks your rapid reply (it's really fast) |
Sorry, one more question. If I want to test on my custom data, how should I prepare it? Should I use a .json file or any suggested folder path? I’ve created a simple dataset that contains a few pictures in one folder and applied some transformations. However, I encountered an error saying I should input a mapping, not a tensor. Is there anything I missed? |
Hi, when I input custom data I always create a new json file following the style of the ones for the SAILVOS data. That usually worked well for me. Hope that helps. |
Hi, thank to your great job!
When I try to use test.py, it has such error:
File "test.py", line 175, in <module> main() File "test.py", line 106, in main from vatrack import build_model ImportError: cannot import name 'build_model' from 'vatrack' (/home/jovyan/work/alex/vatrack/vatrack/__init__.py)
When I check init.py, it only content:
Is this corrct? if not, how should I modify.
I don't know how to deal with it, can you help me out?
Thank you very much!
The text was updated successfully, but these errors were encountered: