experiencor / keras-yolo3

Training and Detecting Objects with YOLO3
MIT License
1.61k stars 861 forks source link

What am I missing. #338

Open TheChief123 opened 1 year ago

TheChief123 commented 1 year ago

Hi I am working on the Raccoon example. I just did the 4th step of the Training section called Starting the training process. When I try to detect a raccoon on an image I run the code from the 5th step:

python predict.py -c config.json -i /path/to/image/or/video

and my terminal output is:

C:\ProgramData\Anaconda3\envs\cpu\lib\site-packages\keras\engine\saving.py:341: UserWarning: No training configuration found in save file: the model was *not* compiled. Compile it manually. warnings.warn('No training configuration found in save file: ' rakun.jpg WARNING:tensorflow:From C:\ProgramData\Anaconda3\envs\cpu\lib\site-packages\keras\backend\tensorflow_backend.py:422: The name tf.global_variables is deprecated. Please use tf.compat.v1.global_variables instead.

I believe that I am missing something? Can anyone help me?

I am a bit lost because the instructions don't mention any additional steps of compiling some model or something.

have a nice day