label summary now workt on cwd unless folder specified, note trailing / required if folder is specified
[?]
AEj8dahVWy718uSSFPe9VSRJ5qX5G8pC2zvFzJJ8yzBd
Nov 12, 2024, 7:04 AM
ACUJ2OKI42BILPLVJ64PS6RAH5X5ZFQDDLJTIK7II6QXXZOH7J3ACDependencies
- [2]
QA2TJZRAripped ML out into the SkraakML repo, compiles quicker now - [3]
YXAKJSDTadded check_change_avianz_species! function to Labels.jl - [4]
YODTMMPTadded a whole bunch of functions to Labels.jl for working with raven and avians labels - [*]
2UBDFCJHnew files tracked
Change contents
- replacement in src/Labels.jl at line 302
function label_summary(folder::String, avianz = true)# if specified folder must include trailing /function label_summary(folder::String = "", avianz = true) - replacement in src/Labels.jl at line 305
files = Glob.glob("$folder/*.['W','w']['A','a']['V','v'].data")files = Glob.glob("$(folder)*.['W','w']['A','a']['V','v'].data") - replacement in src/Labels.jl at line 321
CSV.write("$folder/label_summary_avianz-$(Dates.today()).csv", df, delim = '\t')CSV.write("$(folder)label_summary_avianz-$(Dates.today()).csv", df, delim = '\t') - replacement in src/Labels.jl at line 352
CSV.write("$folder/label_summary_raven-$(Dates.today()).csv", df, delim = '\t')CSV.write("$(folder)label_summary_raven-$(Dates.today()).csv", df, delim = '\t')