SEA-AI/user-friendly-metrics
renaming
wrong model_payload call
wrong payload call
tqdm temp
wandb fix
refactor compute and compute_to_payload
remove self calls
init did not work
wip
what
return missing
Merge branch 'main' of https://huggingface.co/spaces/SEA-AI/user-friendly-metrics into main
refactor to reinit class
default iou to 1e-10
missing comma
add log_per_sequence as option
cange sort key
filters -> filter
update readme to match ref-metrics
sorted_sequences is a list
fix per sequence log
per sequence log fix
per sequence log fix
wandb section
result variable
remove model from log_key
wandb log to match result structure
results -> result
run name as input
missing comma
wandb_logs_fix (my bad)
remove type check
fix typo
add compute_from_payload
global -> overall
Update README.md
using the renamed user friendly metrics
set two graphs recognition ratios and recognition summary
update the sorting and minor changes
update readme with w&b guide
update readme
update the readme
update the user friendly metrics to logs into w&b (#4)
update the requirements files
update the _compute function to use the seametrics library (#3)
put max_iou fix in call rather then line just for that
add eps to handle 0 div
zero div handled
wip zero division
Merge branch 'main' of https://huggingface.co/spaces/SEA-AI/user-friendly-metrics into main
