Skip to content
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

TVM optimization for the yolov3-tiny network #210

Closed
shri-ach opened this issue Oct 21, 2019 · 1 comment
Closed

TVM optimization for the yolov3-tiny network #210

shri-ach opened this issue Oct 21, 2019 · 1 comment

Comments

@shri-ach
Copy link

I am trying to optimise yolov3-tiny darknet model on jetson nano using TVM compiler. I tried to run the code as mentioned in the below URL.
https://docs.tvm.ai/tutorials/frontend/from_darknet.html#sphx-glr-tutorials-frontend-from-darknet-py

It was throwing errors to download the weight and cfg files.So,I downloaded separately and gave the corresponding path.For downloading the darknet library it is throwing an error saying 'nonetype' content length in the url headers. Attached the screenshot below.
download_error

Can anyone help me in solving this issue??

I have also tried to download "libdarnet2.so" separately from the url and and tried to load.This time I am getting the error telling "cannot open shared object file.Additionally, "ctypes.util.find_library() did not manage to locate a library called libdarnet2.so" even though I mentioned the correct path for loading.

@tqchen
Copy link
Member

tqchen commented Oct 21, 2019

Please open a new thread on https://discuss.tvm.ai/

@tqchen tqchen closed this as completed Oct 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants