Closed ukicomputers closed 3 months ago
Hi @ukicomputers 👋🏻 thanks for pointing this out! I noticed that you checked Yes I'd like to help by submitting a PR!
. Feel free to submit PR with the fix.
This issue was solved via https://github.com/roboflow/notebooks/pull/295.
Search before asking
Notebook name
train-yolov8-object-detection-on-custom-dataset.ipynb
Bug
In following section (in the notebook):
In noted Python code, directory set in glob is set to
predict3
(someone got it wrong because they ran train/detection multiple times, and by default, every new train/detection directory in that dir is set by index, so they set to latest "index"). It should be justpredict
, the default index (see below).Environment
Minimal Reproducible Example
No response
Additional
No response
Are you willing to submit a PR?