from imageai.Detection import ObjectDetection
detector = ObjectDetection()
detector.setModelTypeAsTinyYOLOv3()
detector.setModelPath("BrainTumor10EpochsCategorical.h5")
detector.loadModel()
detection = ...READ MORE
Jun 3, 2022
in Python
by
Abdullah Celal
edited
2 days ago
•
2 views