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 20 forks source link

Does python-fmask also need the auxiliary data? #52

Closed hello-willy closed 2 years ago

hello-willy commented 2 years ago

Can you provide a download link if necessary, except Google driver, thank you!!!

neilflood commented 2 years ago

What auxiliary data?

The released tar.gz or .zip are complete, and do not require anything else.

hello-willy commented 2 years ago

thank you for your reply! from the https://github.com/GERSL/Fmask, i saw the content: 1

neilflood commented 2 years ago

I wondered if that was what you meant. That is a different algorithm, known as Fmask4. It was created by the same authors as the original Fmask algorithm, but does many things differently.

This package was written long before that, and implements their earlier algorithm, known as Fmask, and does not require any additional files. See https://www.pythonfmask.org/ for a bit more detail, and references to the relevant published papers.

hello-willy commented 2 years ago

I wondered if that was what you meant. That is a different algorithm, known as Fmask4. It was created by the same authors as the original Fmask algorithm, but does many things differently.

This package was written long before that, and implements their earlier algorithm, known as Fmask, and does not require any additional files. See https://www.pythonfmask.org/ for a bit more detail, and references to the relevant published papers.

I got it, thank you!!