Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

How buggy is the simulator?

Bugs are unlikely. The Autonomy subteam’s coding philosophy is to write lots and lots of tests, and to test often, and this bootcamp is no exception. At least 50% of development time was spent on writing and running tests. Plus the bootcamp maintainers and leads had to write solutions as well. If you do think you've found a bug, please contact the Autonomy leads and we'll take a gander at it.

Note

Hints:

  • You can ignore these warnings:

    • Warning: Could not read image file: [n],[m].png

    • Warning: Loading default

  • Set Ultralytics verbosity to false (from task 1) to avoid getting spammed with detections.

    • The Ultralytics documentation for the predict() method lacks this as it is slightly outdated.

...