-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmpose/issues) and [Discussions](https://github.com/open-mmlab/mmpose/discussions) but cannot get the expected help.
- [X…
-
The code is incomplete and cannot be run, please give a runnable code, thank you.
-
Hi
Congratulations to the good work. I'm curious how you use RAFT to generate optical flow. Do you save the raw data or convert it to an image and then save? Moreover, since features of optical flo…
-
Hi, thank you for your great work, now, I have a question:
I want to predict 3d pose in my own video, and I use body3d_two_stage_video_demo.py. However, I ran into a very tricky problem. The…
-
I'm trying to evaluate TAP-Net on the Kubric dataset, and I'm getting the error shown below. I am running the following script: `python3 ./tapnet/experiment.py --config=./tapnet/configs/tapnet_config.…
-
The optical flow these two datasets provide is jpg image.
But, I want to use a flow stream ResNeXt-101 pre-trained weights from [here](https://github.com/craston/MARS#models), where the input shape o…
-
Thanks for your great work. I notice that the DETR model used in JHMDB is different from that in AVA. For example, as mentioned in models/tuber_ava.py line 43:
if self.dataset_mode != 'ava':
…
-
Thank you very much for ur amazing work!
There's an error when evaluating on Kubric:
```
(tap) xingzhenghao@xingzhenghao-PC:~/PycharmProjects$ python ./tapnet/experiment.py --config ./tapnet/c…
-
Thanks for your awesome work!
Cloud you provide the test_annots.pkl for test ?
-
Hi, Thanks for your great work. I want to do inference on my custom video, how to do it? Also, does it supports multi people tracking?