Michel Zeller
Results
2
issues of
Michel Zeller
Hey I'm trying to use OnePose++ to estimate the pose of a novel object for which I created some synthetic data with Blender. I have this data in the standard...
In the online demo, the tracker runs on every 4th step because of this if-clause in [online_demo.py](https://github.com/facebookresearch/co-tracker/blob/main/online_demo.py): ```python if i % model.step == 0 and i != 0: _process_step(...) ```...