appliedAI-Initiative / armscan_env

A Gymnasium environment and RL algorithms for navigation on human arms using ultrasound/MRI
https://appliedai-initiative.github.io/armscan_env/
3 stars 0 forks source link

Volumes interpolation #8

Closed carlocagnetta closed 3 months ago

carlocagnetta commented 3 months ago

All volumes should have the same spacing, hence resolution. The size of the volumes should be changed accordingly, so that: new_size = physical_size / spacing

carlocagnetta commented 3 months ago

This is done, follow up could be to pad all the volumes to the same size for visualization purposes. Maybe this can be done with a 2D padding only when rendering.