BBox do not appear
See original GitHub issueHi all,
I did the following to train my dataset:
- Installed Retinanet
- Created a csv with my data in the recommended format
- Ran: retinanet-train csv /home/rohit/Downloads/data_csv4.csv /home/rohit/Downloads/catcsv.csv
- The training ran for about 1.5 days, 50 echos and created 50 snapshots in the snapshots folder
- Edited the example file to change the path to:
model_path = "/home/rohit/Downloads/keras-retinanet/snapshots-old/resnet50_csv_10.h5"
When I run the example file, I do not get a bounding box. I get one warning which states:
/home/rohit/.local/lib/python3.6/site-packages/keras/models.py:255: 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: '
Did I miss something? Again, thank you for your help!
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
BUG: `geopandas.read_file` does not appear to filter by bbox
I have a large geodatabase that I'd like to read in for only a relatively small area. However the bbox kwarg appears to...
Read more >Image.grab(bbox = (...) not working as intended - Stack Overflow
I want the program to detect the image in a certain region of the screen, but it keeps detecting the image in other...
Read more >OpenLayers bbox strategy does not work when zoom in
So, when I open tha app first, it appears in 14 zoom level. The data is loading at first. But when I zoom...
Read more >Augmentations, Data Cleaning and Bounding Boxes - Kaggle
As we can see from the above, there are 49 images without bounding box annotations because they do not have wheats in the...
Read more >Spine + bbox does not react properly? - GameMaker Community
Have you done any tests with the bbox shown to see if it returns collisions correctly with another object or the mouse pointer?...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
#244 Fixed the issues. Thanks!
@hgaiser. thanks for your support, I pulled the newest version and have been running it since yesterday.