Sachin Mohan
Sachin Mohan
Thanks @susnato for writing back! :) I made a fork of your repository -> https://github.com/sachinkmohan/keras-yolo3 Make sure you checkout the `tf_2.x_compatible` branch to see the updated README file and commits....
I am using model.save or model.save_weights. So I am no more working with the checkpoint files. However it would be good to know about this.
Just go to the `vgg16.py` file and change `keras.utils.get_file` to `tensorflow.keras.utils.get_file`
This is what I did! You can refer this. @varungupta31 https://github.com/sachinkmohan/image-segmentation-keras/pull/4/files
Same here, after model.save and loading the model, my predictions are also bad. Any help is appreciated.
Dont forget to add this import ->` import segmentation_models as sm` `'iou_score': sm.metrics.iou_score,`
You can close this issue!
Instructions in Ubuntu 18.04 or linux I set the PYTHON path in .bashrc file as below export PYTHONPATH="_(replace it with the home folder)_pyb00st/pyb00st-master/pyb00st" To run an example file like test_connection.py...
Thanks for the response! @JanMarcelKezmann Appreciate it! Will check this another time.
> I have a similar issue. I try to run detection.ipynb on Jetson Nano (jetpack 4.3, python 3.6, tensorflow 1.15) but when it reaches trt.create_inference_graph() it stucks for several minutes...