-
请问你这3DPOSE数据是自己生成的么,我用的单目摄像头做的3DPOSE数据很不稳,显示出来很晃。
-
Current implementation of `prep.savgol()` contains several loops which are redundant. Replace the loops with more efficient code and test the performance.
-
Hi,
I am running your code on my local system (Windows 10, with Python 3.10) and I have already installed the package using 'pip install kimopack' without facing any errors.
I could successfully…
-
Hi,
Thanks for developing this great tool. It saved me a ton of time. I used a tobii 120hz eye tracker, and conducted a series of reading tasks where we track people's eyes when they read static pa…
-
Hello,
I was trying to check out smplx update in the latest repo.
The code I was running is:
```
python estimate_smpl.py \
configs/expose/expose.py \
data/checkpoints/expose-d9d5dbf7_202…
-
The short reprex below shows how the Savitzky-Golay implementation that we have on MassSpecWavelet does not filter properly the signal boundaries. We can see in the figure that the implementation from…
-
Adding `scipy.signal.savgol_filter` consumes a lot of CPU usage
![Screenshot from 2022-06-16 17-12-44](https://user-images.githubusercontent.com/35965876/174048348-ed059e64-f1a6-4299-b278-9133b48e3fb…
-
This issue seems to be separate from #67 and I am not sure what is going on here. After identifying a bodypoint that was problematic and throwing that out and rebuilding the npy using vame.csv_to_npy …
-
-
I had trouble running the tutorial.
Turns out that the tutorial is not compatible with the most recent versions of torchmetrics and hydra-core
To get it to run, it's necessary to downgrade to torc…