Ashish Bangwal

Results 4 comments of Ashish Bangwal

Hii ! I started working on the image curvature correction , and i am following the Mathematica solution which involve finding the Contours , but i am getting some miscellaneous...

Hii @vshampor Thanks for your reply I have mentioned the code and error below 1) Saving model ```python MODEL_DIR_PATH = pathlib.Path("SavedModel") MODEL_DIR_PATH.mkdir(exist_ok=True) tf.saved_model.save(model,str(MODEL_DIR_PATH)) ``` 2) Obtaining IR (.xml/.bin) ```python from...

Hii @KodiaqQ Thanks for your reply I have attached the model .xml file ([efficientdet.zip](https://github.com/openvinotoolkit/nncf/files/10987845/efficientdet.zip)) As for model architecture, I am not sure of that as I am using a pre-trained...

Hii @MaximProshin Thanks for reply, I haven't tried it yet but will try and inform you soon. thanks ashish