flo-schu / peek

Peek is short for photography enhanced environmental knowledge. It contains algorithms for detecting organisms on photographs
GNU General Public License v3.0
0 stars 0 forks source link

optimize structure #2

Closed flo-schu closed 1 year ago

flo-schu commented 1 year ago

I do a lot of double bookkeeping which is very stupid.

when I modify a Tag i also have to modify the database. Since I want to keep the database as pandas (csv) format for easy export import and compüatibility

Tag values should always only be derived from the database and not the other way round.

flo-schu commented 1 year ago

I would say this is mostly done for now. Tag has been radically reduced and most of the work relies now on the tag dataframe