bruceyo / MMNet

Other
34 stars 11 forks source link

Generate Region of Interest #7

Open TS-CZF opened 2 years ago

TS-CZF commented 2 years ago

@bruceyo Dear author, when running the “Generate Region of Interest”, I can't understand the meaning of this sentence——“python tools/data_gen/genfivefs”.What does it mean of the "gen_fivefs". Please answer the questions. ![Uploading 1.png…]()

bruceyo commented 2 years ago

It means generating the ST-ROI feature for reproducing the results. I cannot see your uploaded image. You do not need to do so for training, as we perform random sampling.

TS-CZF commented 2 years ago

It means generating the ST-ROI feature for reproducing the results. I cannot see your uploaded image. You do not need to do so for training, as we perform random sampling. @bruceyo Hello, the author. I want to know which python file specifically describes the combination of skeleton attention and RGB to generate regions of interest.Or the python files involved in generating the region of interest.Thank you very much for your reply 1

bruceyo commented 2 years ago

For different datasets, the implementations are slightly different. Please refer to the files as follows: NTU RGB+D: segment_rgbbody_ntu.py PKU-MMD: segment_rgbbody_pku.py N-UCLA: segment_rgbbody_nucla.py

You can use the main function in the above files to test.

TS-CZF commented 2 years ago

Hello, the author. Because my code ability is really poor, with your help, after several days of exploring the code, I still haven't realized it. I took the liberty to ask you for a screen recording resource that reproduced the MMNet experiment at that time. Thank you very much!!!!!     ------------------ Original ------------------ From: @.>; Date:  Tue, Oct 18, 2022 07:54 PM To: @.>; Cc: @.>; @.>; Subject:  Re: [bruceyo/MMNet] Generate Region of Interest (Issue #7)

 

For different datasets, the implementations are slightly different. Please refer to the files as follows: NTU RGB+D: segment_rgbbody_ntu.py PKU-MMD: segment_rgbbody_pku.py N-UCLA: segment_rgbbody_nucla.py

You can use the main function in the above files to test.

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.Message ID: @.***>