miha g

Results 15 comments of miha g

@brimoor Could I get a little more details on why this is not possible, i.e. why can't there be a fetching function, which would get you an image array upon...

@n-poulsen I'm running into the same issue, `analyze_videos` step creates some pickle files but not `h5`. - Tried using latest pip available package and invoke `dlc.analyze_videos()` - Also tried using...

For some more information, I'm trying to use the models from [huggingface](https://huggingface.co/mwmathis/DeepLabCutModelZoo-SuperAnimal-TopViewMouse) by copying them over into `dlc-models` dir. It's unclear to me what is the recommended way to use...

@SebS94 was having the same thoughts myself as well, could as well do it yeah.

Somehow the test builds started to fail after an innocent commit. @pingsutw I saw that you tried to restart the checks already, but no success. Any idea what's going on?

Ah, thanks! It is a bit ambiguous what `data_dim` is supposed to be, since at first it is assigned to be r*w, and later gets changed to hardcoded 4096, which...

In this case, I think theres a little bug in `record_weights` function, as the flag is `st`, not `sf`. :) And because of it, the output of the CNN model...

Code is running, but after a few subjects I get an OOM (Out of memory) error from tensorflow. Depending on the batch size as well, if I use 5 it...

I've found the problem to me with the `get_subfolders_num` function, especially with how the `IgnoredSamples_index` gets calculated and then passed on. To me it makes no sense, and I cannot...

I will do a pull request once I get my code running successfully at least on a 'st' learning on CASME2, so the basic example as I see it. One...