magloire touh

Results 2 comments of magloire touh

You can use this code to convert VOC xml annotations files to a single Dataset.txt file ``` import os from bs4 import BeautifulSoup path = './Annotations/' files = [] datasetFile...

The model is saved at the end of each epoch if the total loss is less than the previous epoch total loss. This is done using a [ModelCheckpoint callback](https://keras.io/callbacks/#modelcheckpoint). So...