floatlazer / semantic_slam

Real time semantic slam in ROS with a hand held RGB-D camera
GNU General Public License v3.0
612 stars 177 forks source link

get_model is empty! #32

Open hyclover opened 3 years ago

hyclover commented 3 years ago

In semantic_cloud.py, there is a line:from ptsemseg.models import get_model . However, I cannot find where the get_model is defined. By the way, the file models.py in src/semantic_cloud/include/ptsemseg/models is empty.

codieboomboom commented 3 years ago

Have you checked init.py in that folder?

ahmadkh1995 commented 3 years ago

Check this page: pytorch-semseg