bruceyo / MMNet

Other
31 stars 11 forks source link

Prepare the RGB Modality #6

Open katahiyu opened 1 year ago

katahiyu commented 1 year ago

I am not familiar with the processing steps for RGB modality preparation. I would like to know the details. Also, is this process unnecessary if I download the preprocessed ST-ROI and place it in the specified location? Currently, I have downloaded it from GoogleDrive and placed it under the path marked in this image. image

bruceyo commented 1 year ago

Hi, the provided ST-ROI is just for testing purpose. For training the model, we perform random sampling RGB frames, you need to retrieve the frames from RGB videos to reduce memory usage first. We provide the Matlab code for this purpose.

katahiyu commented 1 year ago

Thank you for your reply. I have never worked with matlab code before, how do I run it? How should lines 70 and 76 be changed when using the NTU-RGBD data set?

image