Open hyclover opened 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.
from ptsemseg.models import get_model
src/semantic_cloud/include/ptsemseg/models
Have you checked init.py in that folder?
Check this page: pytorch-semseg
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 insrc/semantic_cloud/include/ptsemseg/models
is empty.