iceberg-project / Seals

This repo will be used for ICEBERG-related science: scripts, models, figures, and findings related to ICEBERG and its Seal detection use case.
MIT License
7 stars 3 forks source link

Feature/multi images input #32

Closed iparask closed 6 years ago

iparask commented 6 years ago

This PR closes issue #26, issue #27.

Hello all, please check the submitted code. It tries to capture the requirements of Feature 4.1 as they are described in the SRS document as well as the Command Line Interface again based on the SRS document.

Some information is included in the respective issues.

Feel free to comment when you do not understand something, you feel that something is missing and or you believe that something is not correct. That can lead to changes which then will make the code easier to maintain and understand.

Also, there are some important input hard coded, such as the model architecture, model name, hyperparameter set and pipeline.

Those should slowly bring everything to a more stable state.

Thank you! @iparask