Lydorn / Polygonization-by-Frame-Field-Learning

This repository contains the code for our fast polygonal building extraction from overhead images pipeline.
BSD 3-Clause "New" or "Revised" License
294 stars 70 forks source link

Local usage mode #4

Closed sarathsrk closed 4 years ago

sarathsrk commented 4 years ago

Can these codes run on train and inference mode with local installation? I mean without putting them inside docker containers

Lydorn commented 4 years ago

@sarath0993 Yes you can run this code on a local installation, you can look inside the Dockerfile for all the dependencies to install. Docker just makes it easier to install a compatible environment.