Felipe

Results 17 comments of Felipe

Hi @stowerslab, this suggestion from a previous comment helped me resolve this issue on Windows in case that's your os: > > pip uninstall PySide2 > > > conda uninstall...

Hi Jim! I confirmed `cfg.feature_extractor.n_flows` == 10 and `cfg.flow_generator.n_rgb` == 11. I now get an Assertion error: ![deepethoassert](https://user-images.githubusercontent.com/53239931/172620210-1da26c88-7e21-477c-a7e5-caeed29444a4.PNG)

Was a solution found for this issue?

Sharing in case it helps anyone: I found this [link](https://github.com/cocodataset/cocoapi/blob/master/PythonAPI/pycocoDemo.ipynb) and I learned that I my image_id and id were mixed up, so I was pointing to the wrong annotation,...

Encountered the same issue in windows-- solved with `conda install torch==1.12.1` before pip installing the requirements

Sorry, that was just me following up on this post. here are some i've found: [BORIS Software](https://www.boris.unito.it/) [Animal-Behaviour-Inference](https://github.com/robot-perception-group/animal-behaviour-inference) ([Price et al., 2023](https://www.biorxiv.org/content/10.1101/2023.07.31.551177v1)) [DeepEthogram](https://github.com/jbohnslav/deepethogram) (Bohnslav et al., 2021) [DLC2action](https://github.com/amathislab/dlc2action_annotation/blob/main/readme_media/userguide.md) (Mathis et...

How did you resolve this? @abhishekpg111

@ericleonardis Did you ever figure this out?