Open pranayamhatre175 opened 7 years ago
@pranayamhatre175 Hi, do you know how to calculate the pricision, recall and f-measure?
Could you provide me with the source codes (matlab or python)?
@HelloTobe Hi, use sklearn.metrics.precision_recall_fscore_support to compute pricision, recall and f-measure. reffer this link : http://scikit-learn.org/stable/modules/generated/sklearn.metrics.precision_recall_fscore_support.html#sklearn-metrics-precision-recall-fscore-support
@pranayamhatre175 Thank you very much!
Have you reimplement the paper TextBoxes:A Fast Text Detector with a Single Deep Neural Network? There are a lot of questions i want to ask you.
Hi
while executing VGG_scenetext_SSD_300x300.sh file I got following error
Check failed: numpriors num_locclasses 4 == bottom[0]->channels() (58464 vs. 29232) Number of priors must match number of location predictions. Check failure stack trace: Aborted (core dumped)
Can you please provide me solution for solving this issue? Thank you