PRBonn / bonnet

Bonnet: An Open-Source Training and Deployment Framework for Semantic Segmentation in Robotics.
GNU General Public License v3.0
325 stars 89 forks source link

ImportError: No module named arch.abstract_net #35

Closed chowkamlee81 closed 6 years ago

chowkamlee81 commented 6 years ago

I have executed ""python cnn_freeze.py -p /home/kumar/Experiments/city_512/"" but i landed with the error below

File "/home/kumar/Experiments/bonnet-master/train_py/arch/bonnet.py", line 31, in from arch.abstract_net import AbstractNetwork ImportError: No module named arch.abstract_net Kindly help to solve the problem.

Denlar2 commented 6 years ago

Think you need to use python3.

chowkamlee81 commented 6 years ago

Got the one. Working fine.. Thanks ..