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

Some improvement ideas #54

Open
debugmenot opened this issue Mar 25, 2024 · 1 comment
Open

Some improvement ideas #54

debugmenot opened this issue Mar 25, 2024 · 1 comment

Comments

@debugmenot
Copy link

Hi!

  1. num_classes and input_size for model should be available as model init parameters, because there can be multiple custom trained models of the same type (ex Yolov*) in single project, with different input size and num_classes. It will prevent code duplication.

  2. Add YOLOv6 model for RKNN, for now, its most performant NN model for object detection for Rockchip. But RKNN-optimized YOLOv6 model has different opt_head that significately improves inference time (look at: https://github.com/airockchip/YOLOv6/commit/aa12cf70ee1795d00538f78a8857efd0cf17f7e4

  3. Add RTSP (live Video) codec, it's almost the same as Video, except it takes not a Path but rtsp url

@Alwaysssssss
Copy link
Collaborator

Thank you for your suggestions.

  1. We will continue to refine the parameters to accommodate various scenarios. In single project of YOLO, opening up num_classes and input_size can enhance versatility.
  2. We will further deploy YOLOv6 based on RKNN.
  3. We will integrate RTSP for improved usability in the future.

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