3DOM-FBK / deep-image-matching

Multiview matching with deep-learning and hand-crafted local features for COLMAP and other SfM software. Supports high-resolution formats and images with rotations. Both CLI and GUI are supported.
https://3dom-fbk.github.io/deep-image-matching/
BSD 3-Clause "New" or "Revised" License
294 stars 31 forks source link

Dockerfile first working version #40

Closed kauevestena closed 5 months ago

kauevestena commented 5 months ago

Same as previous, but reset to make up for a clean pull request.

Now includes the execution of the pytest.

Build tested in a low-performance machine. It would be possible to use GH Actions to automatically rebuild & publish the image to Docker Hub, which would make the prebuilt image easily available.

Kindest regards, Kauê

franioli commented 5 months ago

I've merged the PR in the dev branch. Thanks!