hsp2454

Results 6 issues of hsp2454

I'm running "python tools\test.py configs\pig\pig_behavior.py work_dirs\pig_behavior\best_PCK_epoch_80.pth --out data\pigBehavior\vis_results "When testing, he reported this error ![image](https://user-images.githubusercontent.com/115400289/202695276-4e42ccee-3deb-4754-b3f2-1849c6e7140d.png)

In the det_checkpoint file top_down_img_demo_with_mmdet.py, if I want to train my own data, then in addition to training the attitude estimation model, I also need to train a target detection...

![image](https://user-images.githubusercontent.com/115400289/199434279-b8122d69-77c9-4b60-afb5-82b252fb65ea.png)

status/need more info

When I train 'configs\animal_2d_keypoint\topdown_heatmap\animalpose\td-hm_hrnet-w48_8xb64-210e_animalpose-256x256.py' with my own data, when I use CocoMetric as evaluation, my AP is all 0, and when I use PCK, it is a value. What is...

### The doc issue When I use lameness_pig_stgcn_8xb16-joint-u100-80e_ntu60-xsub-keypoint-2d.py to train custom data, run "`python demo\demo_skeleton.py data/videos/S001C001P001R001A001.avi data/result.avi`",it reported the following mistake ``` Traceback (most recent call last): File "D:\Code\lameness_pig_mmaction2\demo\demo.py", line...

Hi, I'm having this problem running "python train.py". ![image](https://user-images.githubusercontent.com/115400289/210238119-22f8d4f7-1185-4f71-b049-e8e14f3a5c0e.png) Here is the configuration of my train.py file ![image](https://user-images.githubusercontent.com/115400289/210238191-d208ba75-bfb6-4365-8087-ce927596ebb4.png) Here is the configuration of my data file ![image](https://user-images.githubusercontent.com/115400289/210238250-4e2d042f-4413-42d7-9e44-6be35b269188.png) Here is my...