NINAnor / comvis

0 stars 0 forks source link

stage 2 level of detail in the documentation #1

Open janeuhd opened 1 year ago

janeuhd commented 1 year ago

@BenCretois I think we need to discuss the level of detail (or starting point) of the documentation. The goal in Comvis is that the pipeline - once completely documented - should be accessible also to users with limited experience with python and server setup. I wonder whether we need to provide a "How to get started?" for each stage. E.g. what is the approach for a colleague who is not using python but who has a batch of images from camera traps stored somewhere which he or she would like to run through a given stage in the pipeline? What do you think?

BenCretois commented 1 year ago

Sure, that's a good idea to have a section "How to get started"! However, there may be some trade-of we need to think of. For instance, to run the scripts locally it is necessary to have either python or Docker, there is no way around it. This could be overcome by having a small service on one of NINA server where the user input a directory of images and get a database of detections in return.