daart icon indicating copy to clipboard operation
daart copied to clipboard

Deep learning for animal action recognition toolbox

Results 5 daart issues
Sort by recently updated
recently updated
newest added

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...

updated matching in io.py to just match on the lambdas since a lot of the params didn't match up and I think these are the main ones we want to...

the `update_metrics` function in `train.py` counts the batch size for each update. (L99 `metrics = {**loss_dict, 'batches': 1}`) . This is an issue since when data is sent to `update_metric`,...

Got the following error when running my own data. Running the training in the data folder from the repo works fine. I went through my data to see if there...

Added code for data transformation code and some minor bug fixes. Also included model files for GMDGM and S3LDS.