ubarsc / python-fmask

A set of command line utilities and Python modules that implement the ‘fmask’ algorithm
https://www.pythonfmask.org
GNU General Public License v3.0
75 stars 21 forks source link

python-fmask docker #12

Closed gillins closed 7 years ago

gillins commented 7 years ago

Original report by Anonymous.


Hi,

I am trying to create a docker image for python-fmask. How can one do a test to check if the build and instaltion of python-fmask ran successfuly?

Many thanks, Lufuno Vhengani

gillins commented 7 years ago

Original comment by Neil Flood (Bitbucket: neilflood, GitHub: neilflood).


Hi Lufuno,

building a docker image for python-fmask sounds like a good thing to do, thank you. I am afraid that we do not currently have a proper test suite set up for python-fmask, so there is not a single way of testing it. However, you should be able to just run it on an image and visually check that the resulting mask is reasonable. Is this the sort of test you had in mind?

When I get time, I should create a test suite with a sample image dataset, so that the result can be checked automatically after installation, but I have not yet had time to do this.

best of luck Neil

gillins commented 7 years ago

Original comment by Neil Flood (Bitbucket: neilflood, GitHub: neilflood).


Issue closed, as I did not hear back, so I assume that this was all OK.