question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

BBox do not appear

See original GitHub issue

Hi all,

I did the following to train my dataset:

  1. Installed Retinanet
  2. Created a csv with my data in the recommended format
  3. Ran: retinanet-train csv /home/rohit/Downloads/data_csv4.csv /home/rohit/Downloads/catcsv.csv
  4. The training ran for about 1.5 days, 50 echos and created 50 snapshots in the snapshots folder
  5. 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:closed
  • Created 6 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
rbothra3commented, Jan 30, 2018

#244 Fixed the issues. Thanks!

1reaction
hoangminhtoancommented, Jan 30, 2018

@hgaiser. thanks for your support, I pulled the newest version and have been running it since yesterday.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found