DavidGillsjo / polygon-HGT

Polygon Detection for Room Layout Estimation using Heterogenous Graphs and Wireframes
MIT License
25 stars 4 forks source link

Add Requirements.txt #2

Open thatsnoi opened 1 year ago

thatsnoi commented 1 year ago

Could you please add a requirements.txt or similar to install the requirements easily?

PS: Thanks for your great paper and code

DavidGillsjo commented 1 year ago

The requirements are specified in the Dockerfile, which uses conda and pip as package managers. I guess I would have to generate one for conda and one for pip from inside the conda environment.

My suggestion is that you use the docker environment since it is already defined. I'll see if I can upload an image to dockerhub to make it easier.

sawyer7246 commented 1 year ago

The Dockerhub image is desperately needed... I've been encountered multiple times of failures during building the Dockerfile. It stucks at conda installation

Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... 
DavidGillsjo commented 1 year ago

In my environment it is just very slow and I had to restart the build once. Could you please specify what is not working?

I've added a dockerhub image and will soon add a conda yaml and pip txt to the project.