Yarroudh / segment-lidar

Python package for segmenting LiDAR data using Segment-Anything Model (SAM) from Meta AI.
https://yarroudh.github.io/segment-lidar/
BSD 3-Clause "New" or "Revised" License
343 stars 36 forks source link

import error with docker #19

Open wendwosenbb opened 12 months ago

wendwosenbb commented 12 months ago

hi, thanks for publishing this cool packages. But, I am having issue with CSF module not being found in the docker image of segment-lidar. `fw@w-Crosshair-15-A11UCK:~/lidar_segmentation$ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 01cf113224e7 yarroudh/segment-lidar "python -c 'while Tr…" About an hour ago Up About an hour priceless_wu

w@w-Crosshair-15-A11UCK:~/lidar_segmentation$ docker exec 01cf113224e7 python segment.py Traceback (most recent call last): File "segment.py", line 1, in from segment_lidar import samlidar, view File "/opt/conda/lib/python3.8/site-packages/segment_lidar/samlidar.py", line 6, in import CSF ModuleNotFoundError: No module named 'CSF' ` I also installed CSF inside the docker, but still CSF is not found.

Yarroudh commented 12 months ago

Hello @wendwosenbb, Thanks for reporting this error. The docker image should be updated. I encourage you to install the package on a local environment. Once updated, I will inform you here.