hilongjw/logo_detector 🔢🖼️✓ → 🖼️

▶️ 278 runs 📅 Sep 2023 ⚙️ Cog 0.6.1
image-object-detection logo-detection

About

Example Output

Output

Example output

Performance Metrics

1.49s Prediction Time
1.47s Total Time
All Input Parameters
{
  "iou": 0.45,
  "image": "https://replicate.delivery/pbxt/JVYnlADQj22r4C6lYFe6ihKYeCJ1PXUAx20gSQ3kuygylFmB/screenshot-20230911-132612.png",
  "imgsz": 640,
  "show_conf": true,
  "show_text": true,
  "threshold": 0.37
}
Input Parameters
iou Type: numberDefault: 0.45Range: 0 - 1
iou threshold for filtering the annotations
image (required) Type: string
input image
imgsz Type: integerDefault: 640Range: 0 - 2048
image size
show_conf Type: booleanDefault: true
show_conf
show_text Type: booleanDefault: true
show_text
threshold Type: numberDefault: 0.6Range: 0 - 1
threshold for detection
Output Schema

Output

Type: stringFormat: uri

Example Execution Logs
image /tmp/tmpzy7jndclscreenshot-20230911-132612.png
img_path /tmp/tmpzy7jndclscreenshot-20230911-132612.png
0: 544x640 1 Logo, 100.3ms
Speed: 6.1ms preprocess, 100.3ms inference, 1.2ms postprocess per image at shape (1, 3, 544, 640)
result: ultralytics.engine.results.Results object with attributes:
boxes: ultralytics.engine.results.Boxes object
keypoints: None
keys: ['boxes']
masks: None
names: {0: 'Logo'}
orig_img: array([[[255, 255, 255],
[255, 255, 255],
[255, 255, 255],
...,
[255, 255, 255],
[255, 255, 255],
[255, 255, 255]],
[[255, 255, 255],
[255, 255, 255],
[255, 255, 255],
...,
[255, 255, 255],
[255, 255, 255],
[255, 255, 255]],
[[255, 255, 255],
[255, 255, 255],
[255, 255, 255],
...,
[255, 255, 255],
[255, 255, 255],
[255, 255, 255]],
...,
[[255, 255, 255],
[255, 255, 255],
[255, 255, 255],
...,
[255, 255, 255],
[255, 255, 255],
[255, 255, 255]],
[[255, 255, 255],
[255, 255, 255],
[255, 255, 255],
...,
[255, 255, 255],
[255, 255, 255],
[255, 255, 255]],
[[255, 255, 255],
[255, 255, 255],
[255, 255, 255],
...,
[255, 255, 255],
[255, 255, 255],
[255, 255, 255]]], dtype=uint8)
orig_shape: (962, 1132)
path: '/tmp/tmpzy7jndclscreenshot-20230911-132612.png'
probs: None
save_dir: None
speed: {'preprocess': 6.094217300415039, 'inference': 100.31318664550781, 'postprocess': 1.1916160583496094}
Version Details
Version ID
78b24b38d85222f83b1f44d69aecace0390cbbecb8a25e99202d6367c60a555c
Version Created
September 12, 2023
Run on Replicate →