Ben Cooper

Results 2 issues of Ben Cooper

So when annotating, sometimes keypoints are either not visible due to the animal's posture, or in some cases literally missing (locusts can easily lose a limb). It would be good...

enhancement
question

I attempt to create a ModelCheckpoint callback with the following code: model_checkpoint = ModelCheckpoint( HOME + "/locust/best_model_SHG.h5", monitor="loss", #monitor="loss" # use if validation_split=0 verbose=1, save_best_only=True, ) Upon running it, the...

bug