Skip to content
Snippets Groups Projects
Commit 2b89634f authored by Wenwei Zhang's avatar Wenwei Zhang Committed by Kai Chen
Browse files

add class-wise doc (#1686)

parent 4d84161f
No related branches found
No related tags found
No related merge requests found
......@@ -209,6 +209,16 @@ average iter time: 1.1959 s/iter
```
### Analyse Class-Wise Performance
You can analyse the class-wise mAP to have a more comprehensive understanding of the model.
```shell
python coco_eval.py ${RESULT} --ann ${ANNOTATION_PATH} --types bbox --classwise
```
Now we only support class-wise mAP for all the evaluation types, we will support class-wise mAR in the future.
### Get the FLOPs and params (experimental)
We provide a script adapted from [flops-counter.pytorch](https://github.com/sovrasov/flops-counter.pytorch) to compute the FLOPs and params of a given model.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment