Suvaditya Mukherjee
Suvaditya Mukherjee
Taking up the Moving Dataset utils task as a priority! Should I make a draft PR?
@asingh9530 I'm currently looking into trying to move the `tf.keras`-specific data utils from the original `keras-team/keras` space to this space, with all implementations intact. The only thing I'm adding is...
> > Would we want to allow custom backbones? If so, how would we do that? > > That's planned for object detection, and IMO, should be for semantic segmentation...
> We would like all our meta architectures (detection architectures, segmentation architectures, and any future architectures) to take custom backbones Is there any specification on how we should accept the...
Alright, makes sense. Thank you!
So our current implementation is looking at adding the VGG16 and VGG19 models as backbones. Should we look at any other model backbones?
Makes sense. The VGG16 backbone is now available as in `keras_cv.models` as part of #1164 For now, I'll use both keras.applications backbones, but we can look for a refactor in...