jmccormac / pySceneNetRGBD

Scripts showing how to work with the SceneNetRGBD dataset
GNU General Public License v3.0
178 stars 46 forks source link

ImportError: No module named 'scenenet_pb2' #1

Closed amiltonwong closed 7 years ago

amiltonwong commented 7 years ago

Hi, @jmccormac , @ankurhanda ,

After running "python3 read_protobuf.py", I got: ImportError: No module named 'scenenet_pb2', it seems scenenet_pb2 module is missing.

Have a look ~ Thanks~

ankurhanda commented 7 years ago

Did you make? there is a Makefile in that directory.

amiltonwong commented 7 years ago

Thanks @ankurhanda for very quick reply. Got scenenet_pb2 module now, after command "make"

THX!