-
-
Notifications
You must be signed in to change notification settings - Fork 255
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
Missing file libyolo_layer.so and serialization error #125
Comments
Did you build the plugin on your Xavier NX with |
Yes.
|
Can you do |
Oh that worked. but I got this new error with respect to engine file. I actually generated the
|
Simply remove the |
TRT engine and the plugin are platform dependent so you can't build them on another PC. |
It worked. Thanks Bro. BUt my results are showing multiple boxes . |
Are you sure your YOLOv4-tiny parameters are set correctly in yolo.py? |
Yes I Guess so.
|
Your anchors look wrong. Make sure you follow #23 for filling up the anchors. |
I actually took my anchors from official
As per your suggestion #23 . Do following anchors are for yolov4-tiny ?
Do these anchors are for YOLOV4-Tiny for all 80 classes |
That is just an example for YOLOv3 but the approach doesn't change for YOLOv4-tiny. Like I said in README, your anchors are in reverse. Please follow README carefully, issues is not a place to reiterate existing instructions or past questions. |
Apologies in advance if its too sily to ask this question . I am actually very new to this so . I think I got it. Just to make sure I understand it correctly. There are two yolo layers in my
So the anchors will be
|
Following anchors worked for
Thank you @GeekAlexis . Really thank you for your explanation and patience. |
@Myron1996 The solution of your issue on Jetson Nano is already covered here. Please stop duplicating issues. |
Actually, I created the .onnx file and .trt file both on Jetson Nano. I didn’t copy them.It is still giving me sane error
|
Your error message clearly says the .trt file was built on a different GPU architecture. |
Hi @GeekAlexis
When I tried running an inference with provided
yolov4_crowdhuman.onnx
&yolov4_crowdhuman.trt
. Everything ran successfully.I used
YOLOV4-Tiny
model converted it in toyolov4-tiny.onnx
&yolov4-tiny.trt
and made the necessary changes as explained in the GitHub repo.It ran successfully on my Linux 18.04 Ubuntu Machine but failed due to following error on Jetson Xavier. Its regarding some missing file but
libyolo_layer.so
file is there in plugins directory. It will be very helpful if you Can you provide me any advice on this issue ?The text was updated successfully, but these errors were encountered: