-
Notifications
You must be signed in to change notification settings - Fork 2
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
how to modify the paths #5
Comments
You can modify the paths of weight files in Thanks. |
I modified the weight yolo. pt of YOLO in line 4 of the launch file to the weight I trained, and the following error occurred: upsample "object has no attribute" recompute_ Scale_ What is this problem and how to solve it? Thank you
…---Original---
From: "Kim ***@***.***>
Date: Wed, Aug 23, 2023 15:42 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [s-duuu/pred_fusion] how to modify the paths (Issue #5)
You can modify the paths of weight files in integrated.launch file. Most of the important arguments are defined there.
Thanks.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Is your YOLO model version YOLOv5? |
yes,I am sure I am using YOLOv5, but it should be the weight obtained from YOLOv5's 6.0 training. After making changes, an error will be reported
…---Original---
From: "Kim ***@***.***>
Date: Wed, Aug 23, 2023 15:55 PM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [s-duuu/pred_fusion] how to modify the paths (Issue #5)
Is your YOLO model version YOLOv5?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
It might be the problem with torch, so please refer to the following URL. It deals with the same issue you mentioned. Thanks. |
Your response helped me solve the problem of Pillars not displaying detection boxes, but when I modified the weights of YOLOv5 and Pillars, I reported an error. |
Sorry for late reply. Could you please summarize the key points of your error code? Thanks. |
Hello, I have trained the new YOLOv5 weights (V6.0 version) and the weights of pointpigs. May I know how to modify the paths of these two weights? Can you provide me with a detailed explanation? Thank you very much.
Looking forward to your reply
The text was updated successfully, but these errors were encountered: