daart icon indicating copy to clipboard operation
daart copied to clipboard

use model for action classification

Open Zeev1988 opened this issue 9 months ago • 1 comments

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?

Zeev1988 avatar May 08 '24 16:05 Zeev1988

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.

themattinthehatt avatar Jun 13 '24 19:06 themattinthehatt