autonomousvision / occupancy_networks

This repository contains the code for the paper "Occupancy Networks - Learning 3D Reconstruction in Function Space"
https://avg.is.tuebingen.mpg.de/publications/occupancy-networks
MIT License
1.51k stars 292 forks source link

Volume and surface area estimation #90

Open srivathsan-g opened 3 years ago

srivathsan-g commented 3 years ago

Hi, I have a problem statement where I am given the video of multiple similar (curved) objects moving in a conveyor belt at a constant speed and their volumes and areas need to be estimated. Is it possible to do this using this using the trained model given in your repo or does it require any modifications specific to this problem? If yes, do point me in the right direction and some ideas to start with. Also, will I be required to use multiple views of the same objects for my problem? (It is possible for me to obtain multiple views for my use case)

Thanks in advance.