-
I am having trouble specifying the path to the vame.egocentric aligment function using the example data suggested and I get UnboundLocalError: local variable 'data' referenced before assignment"
I …
EdH66 updated
9 months ago
-
I have seen this issue in previous posts, and I have tried using the fixes suggested and even tried alexcwsmith's version of the repo, but i am still facing issues.
When I try LINCellularNeuroscien…
-
Hi,
Sorry for bothering again, but I have an issue with the visualisation of the egocentric alignment of my data. When I run
`vame.egocentric_alignment(config, pose_ref_index=[0,10], use_video…
-
Hi,
Having an issue with the community and vame.visualization() where they do not find the npy file associated with the results of the videos. Error message:
```
vame.visualization(config)
Trace…
-
When performing egocentric alignment and creating the training dataset in the "Data Organization" tab, would it be possible to generate and save a table with the following information?
Rows = Sessi…
-
Hi VAME team,
I am planning to run VAME on a pretty big group of videos and I was wondering if it is possible to do this without having to copy all of the videos to the VAME project folder (I am r…
-
Currently ensuring that this works with my personal credentials.
Please proceed with the following steps to replace these Secret Keys with those relevant for Catalyst Neuro once we gain approval of…
-
I installed the latest version, but got the following error when running "import vame":
----> [4](vscode-notebook-cell:?execution_count=1&line=4) import vame
File d:\ProgramData\anaconda3\envs\v…
-
Hello VAME developers
Im training VAME on a set of 13 videos using individual parameterisation for each video. The latent space I get seems to be really spread out. This would imply that some motifs …
-
In `VAME/vame/model/create_training.py traindata_aligned()`
```python
if cfg['robust'] == True:
iqr_val = iqr(X_z)
print("IQR value: %.2f, IQR cutoff: %.2f" %(iqr_…