Skip to content

Commit

Permalink
updated todo-list
Browse files Browse the repository at this point in the history
  • Loading branch information
PetervanLunteren authored Mar 5, 2024
1 parent d40a6b8 commit 5e600d9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions EcoAssist_GUI.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# GUI to simplify camera trap image analysis with species recognition models
# https://addaxdatascience.com/ecoassist/
# Created by Peter van Lunteren
# Latest edit by Peter van Lunteren on 4 March 2024

# TODO: M2 - test on M2
# Latest edit by Peter van Lunteren on 5 March 2024

# TODO: M2 - test on M2 MAX
# TODO: INSTALL - make install files more robust by adding || { echo } to every line. At the end check for all gits and environments, etc.
# TODO: RESULTS - add dashboard feature with some graphs (map, piechart, dates, % empties, etc)
# TODO: INFO - add a messagebox when the deployment is done via advanced mode. Now it just says there were errors. Perhaps just one messagebox with extra text if there are errors or warnings. And some counts.
# TODO: SCRIPT COMPILING - dummy start ecoassist directly after installation so all the scripts are already compiled
# TODO: ENVIRONMENTS - implement the automatic installs of env.yml files for new models
# TODO: ANNOTATION - improve annotation experience
# - make one progress windows in stead of all separate pbars when using large jsons
# - convert pyqt5 to pyqt6 for apple silicon so we don't need to install it via homebrew
# - I've converted pyqt5 to pyside6 for apple silicon so we don't need to install it via homebrew
# the unix install clones a pyside6 branch of my human-in-the-loop fork. Test windows on this
# on this version too and make it the default
# - implement image progress status into main labelimg window, so you don't have two separate windows
# - apparently you still get images in which a class is found under the annotation threshold,
# it should count only the images that have classes above the set annotation threshold,
Expand Down

0 comments on commit 5e600d9

Please sign in to comment.