KRayRay commited on
Commit
9b5c5fc
·
verified ·
1 Parent(s): 061cc81

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -10,3 +10,21 @@ pinned: false
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
13
+
14
+ # This is my project
15
+
16
+ ## Date: 19 Aug 2025
17
+ ## Author: Ray
18
+ ### This project is about object detection using R-CNN
19
+
20
+ | Function | Description |
21
+ |----------|-------------|
22
+ |preprocess_image(image_path) | Convert image to a tensor |
23
+ |detect_objects(image_path, threshold=0.5) | Detect objects |
24
+ |apply_instance_masks(image_path) | Apply instance segmentation masks |
25
+
26
+ ### It can detect objects like
27
+ - Car
28
+ - Bike
29
+ - Person
30
+