Closed Harry-675 closed 2 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Anyone able to run this in terminal?
Could team please provide docs on how to run this in command line? Any pointers on this would be much appreciated if possible as not all users will want to use the GUI. Thank you
Hi guys,
Our previous tool, which has limited bounding box formats, allows calls from command line.
So far, the current tool does not have support to run it via terminal.
Some members of the community have started some actions on implementing such function, but nothing has been evolved.
We expect a similar command line interface as here.
I was thinking of a script src/cli/evaluation.py
with the following arguments representing the numbered fields of the visual interface:
--gt_annotations
: representing field "1"
--gt_images
: representing field "2"
--gt_classes
: representing field "3"
--gt_format
: representing field "4"
--det_annotations
: representing field "6"
--det_classes
: representing field "7"
--det_format
: representing field "8"
--metrics
: list of metrics as represented by field "10"
--pascal_iou_thresh
: PASCAL VOC threshold (default 0.5)
--output_path
: representing field "11"
This is just a draft. What do you guys think?
If anyone would like to start contributing with this functionality, we really appreciate it :pray:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
How to run without ui? As ui is not convenient in the remote server.