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

about yolov4 problem #172

Open
tuteming opened this issue Mar 10, 2022 · 1 comment
Open

about yolov4 problem #172

tuteming opened this issue Mar 10, 2022 · 1 comment

Comments

@tuteming
Copy link

custom yolov4 主要在3個 [yolov]層定義classes數,在它的前一層set filters=3*(5+classes)
我想問的是yolov4的變型[Gaussian_yolo]層,在它的前一層set filters=3*(9+classes)
我知道tensorrt 沒有[Gaussian_yolo],我是否可以把[Gaussian_yolo]改名為[yolov]
然後在yolo.cpp及yolov4.cpp中把相關的5改成9.
yolo.cpp line 290,692,845,859,1149,1245
yolov4.cpp line 30,32,34,36,39,46(?)
依然用 yolov4來產生engine.這樣行的通嗎?
如果你認為可以,上面註記的行數有沒有問題?

謝謝 煩請賜教

@tuteming
Copy link
Author

這是行不通的 抱歉

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

1 participant