RCHI-Lab / BodyMAP

Official implementation of "BodyMAP - Jointly Predicting Body Mesh and 3D Applied Pressure Map for People in Bed", CVPR 2024
https://bodymap3d.github.io/
Other
14 stars 2 forks source link

quesetions about filtered SLP dataset #2

Closed thraster closed 2 months ago

thraster commented 3 months ago

Hello Abhishek

You have done a great job! Congraduations!

I have noticed in your code that the slp pressure data is from SLP_filtered

self.pressure_data_dir = os.path.join(data_path, 'SLP_filtered', 'danaLab')

I was wondering what kind of filtering you have done? is that going to be avaliable?

Thank you very much!

-chester

Tandon-A commented 2 months ago

Hi @thraster ,

Apologies for the delay.

Thanks for catching this. As the comment on that line mentions, the folder name had to be changed to SLP. I think I missed it.

We have prepared the datasets as per instructions in BodyPressure repository, and haven't done any filtering on top of that.

Best, Abhishek