Skip to content

Commit a60ecd6

Browse files
chore: Remove obsolete ToDo item
The mAP module is now implemented.
1 parent e220daf commit a60ecd6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ If you want to fine-tune one of the provided trained models on your own dataset,
228228
The following things are on the to-do list, ranked by priority. Contributions are welcome, but please read the [contributing guidelines](CONTRIBUTING.md).
229229

230230
1. Add model definitions and trained weights for SSDs based on other base networks such as MobileNet, InceptionResNetV2, or DenseNet.
231-
2. Add support for the Theano and CNTK backends. Probably easy to do: Just requires porting the custom layers and the loss function from TensorFlow to the abstract Keras backend.
232-
3. Write an mAP evaluation Python module for Pascal VOC. Use the official Matlab evaluation code from the Pascal VOC development kit in the meantime.
231+
2. Add support for the Theano and CNTK backends. Requires porting the custom layers and the loss function from TensorFlow to the abstract Keras backend.
233232

234233
Currently in the works:
235234

0 commit comments

Comments
 (0)