Siva Sravana Kumar Neeli
Siva Sravana Kumar Neeli
Hi @QuanNguyenAUT, @vankhoa01, @MrDBC, @fbernaly, @adammasyk If you are still not using research folder or in production environments, I suggest to use the latest official repo which has proper release...
Hi @TingRui608470158, Can you please try with tensorflow version 2.10.0 and I have tried to get inference before converting into tflite model using the provided model config and saved weights....
@divyashreepathihalli Kept some layers `FeaturePyramid`, `RetinaNetLabelEncoder` , `BoxMatcher` and `NonMaxSupression`not exposed as layer API's we can expose once all the models are ported in and move a centralized layers to...
Weights Transfer Check: `retinanet_resnet50_fpn_coco`: https://colab.research.google.com/gist/sineeli/c9689bb91d5ae9482e58da097f0b68d8/-keras-hub-retinanet-resnet50-fpn.ipynb `retinanet_resnet50_fpn_v2_coco`: https://colab.research.google.com/gist/sineeli/1630a6d2ea48c8b13f9ef206f6f28d81/-keras-hub-retinanet-resnet50-fpn-v2.ipynb
Trained on `pascal_voc` just to check transfer learning: https://colab.research.google.com/gist/sineeli/39ed424efd79cfdd08ada2fac78b5cbf/-keras-hub-retinanet-training.ipynb
Hi @ganjigajanan, I have tried in the similar way passing the `generation_config ` while declaring the model and it works for me as expected, can you take a look at...
Hi @oarriaga, Just a small note for Object Detection models I have created below two classes same as `ObjectDetector` Class. Today it got merged so to avoid duplicate files we...
@Sohaib-Ahmed21 @edge7, Still working on this its in the pipeline. sorry for the delayed response.
Sample notebook of using `convert_format` and rezie layer https://colab.research.google.com/gist/sineeli/257e4d546ed89ff64c0550712287b208/-keras3-resizing.ipynb
Reference Colab: https://colab.research.google.com/gist/sineeli/77cdc067d0adcef0a267b00b4921e7b8/-keras3-resizing.ipynb