File size: 904 Bytes
652137b
 
 
 
 
 
 
 
 
 
 
 
 
4e8b961
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
title: Object Detection Video
emoji: 📚
colorFrom: purple
colorTo: purple
sdk: gradio
sdk_version: 4.31.5
app_file: app.py
pinned: false
license: mit
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

# Object Detection in Video

This is a Gradio interface that allows users to upload a video and an image to detect if the object in the image is present in the video. The app uses ResNet and OWL-ViT models for object detection and similarity measurement.

## How to Use

1. Upload a video.
2. Upload a query image containing the object you want to detect.
3. Adjust the skip frames and threshold sliders as needed.
4. The app will process the video and display the results.

## Example

For instance, to check if a specific object is present in a video, upload the video and the image of the object. Adjust the parameters and view the results.