@@ -206,10 +206,11 @@ Just run the `eval.py` script on specified trained checkpoint. It will evaluate
206206___
207207### Tensorflow Object Detection Directory Modification (Modified Metrics):
208208
209- Make changes in the following files of the object detection
209+ Make changes in the following files of the object detection folder.
210210
211211
212212```
213+ # models/research
213214├── object_detection
214215│ ├── eval_util.py
215216│ ├── model_lib.py
@@ -222,7 +223,7 @@ Make changes in the following files of the object detection
222223
223224* The modified method for F1 score and per category stats are written in ``` object_detection_evaluation.py ``` & ``` metrics.py ```
224225* If you wish to add more evaluation metric you can add it in these files.
225- * After that again do ** build & install** like before to get these new features on tensorboard.
226+ * After that, again do ** build & install** like before to get these new features on tensorboard.
226227
227228___
228229### Useful Definitions
0 commit comments