open-mmlab / mmaction2

OpenMMLab's Next Generation Video Understanding Toolbox and Benchmark
https://mmaction2.readthedocs.io
Apache License 2.0
4.21k stars 1.23k forks source link

[Bug] File 'visualize_heatmap_volume' does not exist #2796

Open da13132 opened 6 months ago

da13132 commented 6 months ago

Branch

main branch (1.x version, such as v1.0.0, or dev-1.x branch)

Prerequisite

Environment

sys.platform: linux Python: 3.9.18 (main, Sep 11 2023, 13:41:44) [GCC 11.2.0] CUDA available: True MUSA available: False numpy_random_seed: 2147483648 GPU 0: NVIDIA GeForce RTX 3090 CUDA_HOME: /usr/local/cuda-11.6 NVCC: Cuda compilation tools, release 11.6, V11.6.124 GCC: gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0 PyTorch: 1.13.1+cu116 PyTorch compiling details: PyTorch built with:

TorchVision: 0.14.1+cu116 OpenCV: 4.9.0 MMEngine: 0.10.3 MMAction2: 1.2.0+ MMCV: 2.1.0 MMDetection: 3.3.0 MMPose: 1.3.1

Describe the bug

I tried to visualize the heatmap volume of posec3d, but could not find the corresponding file 'visualize_heatmap_volume'. My mmaction2 version is 1.2.0. Can the official fix this problem? Thank you very much!

Reproduces the problem - code sample

No response

Reproduces the problem - command or script

No response

Reproduces the problem - error message

No response

Additional information

No response

spped2000 commented 5 months ago

Yes

spped2000 commented 5 months ago

I have already created my own function to visualize. You can use it. https://github.com/spped2000/SkeletonVisualize_Heatmap2.git @da13132

da13132 commented 5 months ago

I have already created my own function to visualize. You can use it. https://github.com/spped2000/SkeletonVisualize_Heatmap2.git @da13132

Thank you very much for your reply and open source code!In addition, I also achieved visualization using the code published by PoseC3D.