mapbox / robosat

Semantic segmentation on aerial and satellite imagery. Extracts features such as: buildings, parking lots, roads, water, clouds
MIT License
2.02k stars 383 forks source link

segmentation fault #185

Closed dakmatt closed 4 years ago

dakmatt commented 5 years ago

Hi,

I got the following error after installation rs into Centos with python3.6.

[root@localhost robosat]# ./rs ./rs: line 3: 27181 Segmentation fault python3 -m robosat.tools "$@"

Any idea?

daniel-j-h commented 5 years ago

Use the pre-built docker images or build and run the Dockerfile yourself. If you can not reproduce it in the Docker container then we're all good here.

We use native dependencies (mostly through Python wheels) and they probably don't support ancient CentOS libc versions (my first guess here).

daniel-j-h commented 5 years ago

Any updates here @dakmatt ?

daniel-j-h commented 4 years ago

Stale. Use our pre-built docker images for a self-contained reproducible environment.