issues
search
TheCacophonyProject
/
classifier-pipeline
Exports tracked animals through thermal vision.
GNU General Public License v3.0
21
stars
14
forks
source link
Refactoring of code
#24
Closed
clare
closed
5 years ago
clare
commented
5 years ago
I have:
added a config file classify.yaml (possibly not the best name). This is only used for classify.py and extract.py at the moment.
Split up all the classes into their own files for classify and extract work flows
Added a config item called edge-pixels to remove the edge pixels before finding tracks
Added a second method (preview) that uses only the preview frames to calculate the background.
There is many things left to do. The major ones are:
get it working for multithreading again.
get the other workflows (evaluate.py & build.py) to use config. (Testing is the hard part here.
Split up the files in ml_tools so that every class is in it's own file.
readme is not updated - I will get onto that now.
I have:
There is many things left to do. The major ones are: