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

Is there anything to complete a action recognition task ? #12717

Open
1 task done
sourabCV opened this issue May 16, 2024 · 1 comment
Open
1 task done

Is there anything to complete a action recognition task ? #12717

sourabCV opened this issue May 16, 2024 · 1 comment
Labels
question Further information is requested

Comments

@sourabCV
Copy link

Search before asking

Question

I love to use Yolo easy implementation process.
Nowadays I have a project to implement with an action recognition model.
Can YOLO help us with that?
Is there any future update on action recognition in YOLO?

Additional

No response

@sourabCV sourabCV added the question Further information is requested label May 16, 2024
@glenn-jocher
Copy link
Member

@sourabCV hello!

Currently, YOLO models, including YOLOv8, are primarily designed for object detection, segmentation, and pose estimation, but they don't directly support action recognition tasks.

For action recognition, you might need to look into models that are specifically tailored for analyzing sequences of frames for temporal data, such as 3D CNNs or LSTM networks that can capture motion over time.

No updates regarding direct support for action recognition in YOLO models have been announced as of now. Keep an eye on the official Ultralytics GitHub repository or the updates section for any future developments in this area!

If you have any more questions or need further assistance, feel free to ask. Happy coding! 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants