-
|
Hi @leondgarse , is it correct to specify aspect_ratios like this? --det_header efficientdet.EfficientDetLite4 Is it possible to specify custom scales like [32, 64, 128, 256, 512] and not like Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 9 replies
-
|
Currently both |
Beta Was this translation helpful? Give feedback.
-
|
Thank you! These lines look suspicious. https://github.com/leondgarse/keras_cv_attention_models/blob/main/keras_cv_attention_models/coco/eval_func.py#L358 Will look for other ones. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, will try training later this week. A few minor changes are necessary. class COCOEvalCallback(tf.keras.callbacks.Callback): def build(self, input_shape, output_shape):
|
Beta Was this translation helpful? Give feedback.
-
|
Done |
Beta Was this translation helpful? Give feedback.
Done