notebooks icon indicating copy to clipboard operation
notebooks copied to clipboard

Update train-yolo-nas-on-custom-dataset.ipynb

Open Lars-Codes opened this issue 8 months ago • 1 comments

Description

Under Single Image Interference,

This code: list(model.predict(image, conf=0.35))[0] Should become: model.predict(image, conf=0.35)

Please delete options that are not relevant.

  • [ ] This change requires a documentation update

How has this change been tested, please provide a testcase or example of how you tested the change?

My code on this notebook only worked when I made this change. Otherwise it was throwing errors.

Lars-Codes avatar Jun 18 '24 13:06 Lars-Codes