label summary now workt on cwd unless folder specified, note trailing / required if folder is specified

[?]
AEj8dahVWy718uSSFPe9VSRJ5qX5G8pC2zvFzJJ8yzBd
Nov 12, 2024, 7:04 AM
ACUJ2OKI42BILPLVJ64PS6RAH5X5ZFQDDLJTIK7II6QXXZOH7J3AC

Dependencies

  • [2] QA2TJZRA ripped ML out into the SkraakML repo, compiles quicker now
  • [3] YXAKJSDT added check_change_avianz_species! function to Labels.jl
  • [4] YODTMMPT added a whole bunch of functions to Labels.jl for working with raven and avians labels
  • [*] 2UBDFCJH new files tracked

Change contents

  • replacement in src/Labels.jl at line 302
    [3.2366][3.2366:2420]()
    function label_summary(folder::String, avianz = true)
    [3.2366]
    [3.2420]
    # if specified folder must include trailing /
    function label_summary(folder::String = "", avianz = true)
  • replacement in src/Labels.jl at line 305
    [3.2442][2.1950:2022]()
    files = Glob.glob("$folder/*.['W','w']['A','a']['V','v'].data")
    [3.2442]
    [2.2022]
    files = Glob.glob("$(folder)*.['W','w']['A','a']['V','v'].data")
  • replacement in src/Labels.jl at line 321
    [3.3094][3.3094:3183]()
    CSV.write("$folder/label_summary_avianz-$(Dates.today()).csv", df, delim = '\t')
    [3.3094]
    [3.3183]
    CSV.write("$(folder)label_summary_avianz-$(Dates.today()).csv", df, delim = '\t')
  • replacement in src/Labels.jl at line 352
    [3.4166][3.4166:4254]()
    CSV.write("$folder/label_summary_raven-$(Dates.today()).csv", df, delim = '\t')
    [3.4166]
    [3.4254]
    CSV.write("$(folder)label_summary_raven-$(Dates.today()).csv", df, delim = '\t')