Open sfmig opened 3 weeks ago
Being able to export the detections as VIA json files may be useful to quickly visualise the results.
We could use the bbox_tensors_to_COCO_dict function under crabs/detector/utils/detection.py.
bbox_tensors_to_COCO_dict
crabs/detector/utils/detection.py
This is probably linked to the idea of decoupling the steps in the pipeline (mainly running inference for detection and tracking separately) #249
Being able to export the detections as VIA json files may be useful to quickly visualise the results.
We could use the
bbox_tensors_to_COCO_dict
function undercrabs/detector/utils/detection.py
.This is probably linked to the idea of decoupling the steps in the pipeline (mainly running inference for detection and tracking separately) #249