forked from ver228/tierpsy-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* NN food detection: trying to improve on selection of the correct contour if the NN returns more than one area * making sure mask_file open for the minimum required amount of time in get_food_prob * changed get_food_contour_nn signature to avoid loading a model over and over again with possible memory leaks * Dockerfile: adding command to download trained food model from zenodo * Dockerfile: successfully added instructions to open tierpsy_gui after launching the container * getFoodContourNN.py: new algorithm is now implemented in the default Tierpsy pipeline
1 parent
cf53736
commit 708684e
Showing
3 changed files
with
274 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters