Vivien Richter

Results 24 issues of Vivien Richter

How about to add VMC Assistant support to OpenSeeFace? I have read the [docu of the protocol](https://protocol.vmc.info/english). Currently iam writing an python `pip` package for vmc. But i have some...

I have.. ## Some dependency questions 1. [For CPU rendering you recommend to use the `--onnx` parameter](https://github.com/Arthur151/ROMP/blob/master/simple_romp/README.md#usage), wich [installs `onnxruntime`](https://github.com/Arthur151/ROMP/blob/bafc86897c387caae125e7119b31dc30ee317bf0/simple_romp/romp/main.py#L82). Why you not also recommend this [for GPU rendering with...

[According to the README](https://github.com/Arthur151/ROMP/tree/master/simple_romp#calling-as-python-lib) i need to use the following code for using it as an module in 'image' mode: ```python #!/usr/bin/env python3 import romp settings = romp.main.default_settings romp_model =...

Invocation without any arguments: ```ps (sromp) PS C:\Users\Vivien\Projekte> romp Using ROMP v1 [ WARN:[email protected]] global D:\a\opencv-python\opencv-python\opencv\modules\imgcodecs\src\loadsave.cpp (239) cv::findDecoder imread_(''): can't open/read file: check file path/integrity Traceback (most recent call last):...

Tested with the following command: ```ps romp -t -sc=3 --onnx --show_largest --mode=video -i "E:\Projekte\romp-test\test.mp4" --calc_smpl --render_mesh --save_video -o "E:\Projekte\romp-test\test_result.mp4" ``` And get the following result at frame `215` of [this...

I have run some tests with different dancing video materials. Sometimes it recognizes the wrong body size at some frames, because of difficult movements. That doesn't look pretty. So how...

a) I was not able to found an notice about the detailed differences and benefits of 'simple-romp' against 'romp'. Only the name implies, that `simple-romp` might be easier to use....

I am missing an notice about the purpose of training `romp` by myself. For example: Are there any benefits of usage, if i train it again by myself instead of...

It would be great if there would be realtime webcam support. Is DynaBOA realtime capable?

I tried to use it with simple-romp but it did not work. I already created an issue at the ROMP repository and described my problem [here](https://github.com/Arthur151/ROMP/issues/268#issue-1265445742) and [here](https://github.com/Arthur151/ROMP/issues/268#issuecomment-1150572340) in detail....