pyskl icon indicating copy to clipboard operation
pyskl copied to clipboard

I have a quick question!

Open Wooho-Moon opened this issue 3 years ago • 12 comments

Thanks for your awesome works! I have a quick question. I read a paper relate to DG-STGCN. I'd like to make a system using pyskl and openpose. specifically, if there are some videoes, I infer the video using openpose model. and then i will get the skeleton sequence. DG-STGCN take that sequence as input. and then it infers action category. it is the system which I will make.

here is the question.

To infer action category, i have to get DG-STGCN model's weight file. if I get it, I can use various datasets. but they are all different skeleton sequence data. it means they are used different prescribe graphical structures. If i use NTURGB+D dataset to train, does my system work on well? ( NTURGB+D : 3D skeleton sequence, openpose : 2D skeleton sequence )

Wooho-Moon avatar Jan 05 '23 23:01 Wooho-Moon

现在开源的DG-STGCN模型貌似只有3D skeleton的,那么openpose提取2D skeleton应该是无法适配

MikuuGithub avatar Jan 09 '23 01:01 MikuuGithub

thanks for reply. and then I had another question. I would like to use different lose function. How could i?

Wooho-Moon avatar Jan 09 '23 06:01 Wooho-Moon

thanks for reply. and then I had another question. I would like to use different lose function. How could i?

pyskl文件夹里可能找到相关代码

MikuuGithub avatar Jan 09 '23 07:01 MikuuGithub

Thanks. I will try.

Wooho-Moon avatar Jan 09 '23 23:01 Wooho-Moon

Currently, we have not supported GCN models + Kinetics, we will support them shortly.

kennymckormick avatar Jan 12 '23 05:01 kennymckormick

I have one more question. can I export stgcn++ model to onnx?

Wooho-Moon avatar Jan 17 '23 01:01 Wooho-Moon

I have one more question. can I export stgcn++ model to onnx?

Did you solve it? st-gcn++

woshizhangcheng avatar Mar 20 '23 08:03 woshizhangcheng

yes, i did.

Wooho-Moon avatar Mar 20 '23 23:03 Wooho-Moon

yes, i did. How to do it

woshizhangcheng avatar Mar 22 '23 01:03 woshizhangcheng

@Wooho-Moon how to exchange stgcn++ model to onnx?

Bigknowledges avatar Oct 14 '23 08:10 Bigknowledges

@Wooho-Moon how to exchange stgcn++ model to onnx?

I exchange stgcn++ model to onnx. u wanna export, u need to exchange some operators. I use onnx opset version 11. so i can't use the operator enisum. so u have to replace that operator right ways. I thought there were other exchanges in there. But, I don't think excatly what they are.

Wooho-Moon avatar Oct 16 '23 00:10 Wooho-Moon

@Wooho-Moon Hi, Could you please share an example of your code here?

xnd-r avatar Oct 16 '23 10:10 xnd-r