bruceyo / MMNet

Other
31 stars 11 forks source link

couldn't find tools/data_gen/gen_fivefs_<dataset> #9

Open zihos opened 1 year ago

zihos commented 1 year ago

Dear Author,

I'm trying to train ntu60 rgb video but I checked that the st-roi you provided is for testing purposes. Therefore, I would like to make st-roi for training. But I couldn't find gen_fivefs_<dataset> you mentioned in the readme.md in the given code. Could you share that tools/data_gen/gen_fivefs_<dataset> code?

Also, I found a similar code generating fivefs in MMNet/feeder/segment_rgbbody_ntu.py. I thought using this code, we can generate st-roi for training. Is it possible? Could you let me know how to generate st-roi for training purpose? image

Thank you!

katahiyu commented 1 year ago

I am facing the same problem on this issue.

bruceyo commented 1 year ago

Hi @katahiyu @zihos , yes, you can uncomment these captured lines (i.e., Lines 365-370) to generate the st-roi, and set it consistent in the Lines 68-69 of feeder/feeder_rgb_fused_ntu.py.

katahiyu commented 1 year ago

Thanks for the reply. As you said, I uncommented lines 365-370 in MMNet/feeder/segment_rgbbody_ntu.py and specified lines 68-69 in MMNet/feeder/feeder_rgb_fused_ntu.py to the path where I saved the ST-ROI, and the following The image is black and the correct ST-ROI is not generated as shown below. Is there a solution? S001C001P004R002A002

sakana19 commented 11 months ago

Dear Author,

I'm trying to train ntu60 rgb video but I checked that the st-roi you provided is for testing purposes. Therefore, I would like to make st-roi for training. But I couldn't find gen_fivefs_<dataset> you mentioned in the readme.md in the given code. Could you share that tools/data_gen/gen_fivefs_<dataset> code?

Also, I found a similar code generating fivefs in MMNet/feeder/segment_rgbbody_ntu.py. I thought using this code, we can generate st-roi for training. Is it possible? Could you let me know how to generate st-roi for training purpose? image

Thank you!

Hello, I also have the same problem now. This file is missing. May I ask how you resolved it in the end