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

use model for action classification #3

Open
Zeev1988 opened this issue May 8, 2024 · 1 comment
Open

use model for action classification #3

Zeev1988 opened this issue May 8, 2024 · 1 comment

Comments

@Zeev1988
Copy link

Zeev1988 commented May 8, 2024

Hi, Thanks for the great work and effort.
I see that this model's main intent is to segment action sequences from a time series.
Is it possible to use it to classify a whole sample?
for example, if I want to output a dog's mood (happy, sad) for a single sample?

@themattinthehatt
Copy link
Owner

Hi @Zeev1988 sorry for the slow reply. No, the current codebase is not really designed for that type of task. However, the temporal convolution network (TCN) in general could be useful for such a task, but you would have to restructure the models and the loss functions.

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