after training the model on the blood cells dataset,I have printed testbatch image
command for detecting 馃憤
%cd /content/yolov5/
!python detect.py --source ../test/images --weights weights/last_yolov5s_results.pt --conf 0.4
output:
import glob
from IPython.display import Image, display
for imageName in glob.glob('/content/yolov5/inference/output/*.jpg'): #assuming JPG
display(Image(filename=imageName))
print("\n")
No bounding boxes for the test images after running the above code
Hello @joshnarani9, thank you for your interest in our work! Please visit our Custom Training Tutorial to get started, and see our Jupyter Notebook , Docker Image, and Google Cloud Quickstart Guide for example environments.
If this is a bug report, please provide screenshots and minimum viable code to reproduce your issue, otherwise we can not help you.
If this is a custom model or data training question, please note that Ultralytics does not provide free personal support. As a leader in vision ML and AI, we do offer professional consulting, from simple expert advice up to delivery of fully customized, end-to-end production solutions for our clients, such as:
For more information please visit https://www.ultralytics.com.
Please check I have edited the issue
what is the solution for this bug!?
Does anyone have a solution for this?
I ran with very less number of epochs previously..so it did not show output ..After that I have ran with 100 epochs and can see the results with bounding box and labels
Most helpful comment
I ran with very less number of epochs previously..so it did not show output ..After that I have ran with 100 epochs and can see the results with bounding box and labels