Failing CUDA tests fixes (#4682)
This commit is contained in:
parent
263bfd1e93
commit
2bc6e647c7
4 changed files with 6 additions and 6 deletions
|
|
@ -71,7 +71,7 @@ def test_predict_sam():
|
|||
predictor = SAMPredictor(overrides=overrides)
|
||||
|
||||
# Set image
|
||||
predictor.set_image('ultralytics/assets/zidane.jpg') # set with image file
|
||||
predictor.set_image(ASSETS / 'zidane.jpg') # set with image file
|
||||
# predictor(bboxes=[439, 437, 524, 709])
|
||||
# predictor(points=[900, 370], labels=[1])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue