Retinanet-Tutorial icon indicating copy to clipboard operation
Retinanet-Tutorial copied to clipboard

A tutorial on using the Retinanet deep network to train an object detector on your own data

Results 16 Retinanet-Tutorial issues
Sort by recently updated
recently updated
newest added

After 22 or 25 epochs , I am facing the error: tensorflow/core/kernels/data/generator_dataset_op.cc:103] Error occurred when finalizing GeneratorDataset iterator: Failed precondition: Python interpreter state is not initialized. The process may be...

I have tensorflow=2.30, cuda toolkit=10.2, and cudNN=7.6.5 everything is correct at the time of initialization and checking the libraries are fine, but it is not taking GPU instead of compiling...

Hi Jasper, I am getting the following warning when I run training: WARNING:tensorflow:Your input ran out of data; interrupting training. Make sure that your dataset or generator can generate at...

Hello Jasper, I followed everything along however am still facing an error in test.py file. Even after loading the inference.h5 file, no predictions are made and the following is what...

Shows the error `'keras_retinanet' is not recognized as an internal or external command, operable program or batch file.` in a Windows 11 system when trying to run the command `keras_retinanet/bin/train.py...

After running textDetector.py not getting predicted images, but getting no errors. (env) C:\Users\Chethan\Desktop\Projects\RetinanetTutorial\keras-retinanet>python keras_retinanet/bin/convert_model.py C:\Users\Chethan\Desktop\Projects\RetinanetTutorial\RetinanetModels\PlumsTraining.h5 C:\Users\Chethan\Desktop\Projects\RetinanetTutorial\RetinanetModels\PlumsInference.h5 2021-07-28 22:09:08.271572: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'cudart64_101.dll'; dlerror: cudart64_101.dll not found...

Can you please tell me what versions of tensorflow and keras were you using in the tutorial. Thanks in advance. Peter.

Everything seems to be fine with no errors but training does not start. ![image](https://user-images.githubusercontent.com/43350185/117718601-edd40400-b1f9-11eb-8ff2-3b0d0dd26668.png) ![image](https://user-images.githubusercontent.com/43350185/117718683-07754b80-b1fa-11eb-8c26-fb4137580490.png)

Hi, I have few basic confusions regarding input data processing in keras-retinanet, just want to get clarify regarding the following: 1. As Resnet-50 network requires smaller size of input (normally...