You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how can crop the detected image which is given to the model by using the code
!python3 main.py --mode=Image --Output=""--anchors_path='model_data/yolo_anchors.txt'--classes_path='model_data/cervix_classes.txt'\ --model logs/.h5
the code above gives an out put with bounding box and IoU score but I need to have croped image
The text was updated successfully, but these errors were encountered:
how can crop the detected image which is given to the model by using the code
!python3 main.py --mode=Image --Output=""--anchors_path='model_data/yolo_anchors.txt'--classes_path='model_data/cervix_classes.txt'\ --model logs/.h5
the code above gives an out put with bounding box and IoU score but I need to have croped image
The text was updated successfully, but these errors were encountered: