-
Notifications
You must be signed in to change notification settings - Fork 112
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
ModuleNotFoundError: No module named 'scripts.convert_pretrained_model' #100
Comments
Thank you for your quick response, Sir. I haven't gone for training. I just
implemented the tracking part. I haven't made any changes in your code. I
faced this error while running the below command in terminal.
python experiments/SiamFC-3s-color-pretrained.py
…On Sat, Apr 25, 2020 at 7:59 AM Baijiang-Lai ***@***.***> wrote:
I would like to ask how the third step is implemented in training. I have
made some changes to the code, and no errors are reported, but no results
appear when running
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#100 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKKOKSPVFH42KM2CXR65IXTROJDHTANCNFSM4MMUYJSQ>
.
--
--
With Regards
GC Jyothi Prasanna
|
I am having the same problem, how do you solve it? |
Still, I am facing the same issue. |
Please follow exactly the same procedures listed in README to run the code. Don't skip step 2. And no
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Traceback (most recent call last):
File "experiments/SiamFC-3s-color-pretrained.py", line 20, in
from scripts.convert_pretrained_model import ex
ModuleNotFoundError: No module named 'scripts.convert_pretrained_model'
I am facing this error. How to solve this?
The text was updated successfully, but these errors were encountered: