IbrahimHasani commited on
Commit
4e8b961
1 Parent(s): d4e2e5b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -11,3 +11,19 @@ license: mit
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
+
15
+ # Object Detection in Video
16
+
17
+ 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.
18
+
19
+ ## How to Use
20
+
21
+ 1. Upload a video.
22
+ 2. Upload a query image containing the object you want to detect.
23
+ 3. Adjust the skip frames and threshold sliders as needed.
24
+ 4. The app will process the video and display the results.
25
+
26
+ ## Example
27
+
28
+ 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.
29
+