Mask_R_CNN / README.md
KRayRay's picture
Update README.md
9b5c5fc verified
---
title: Mask R CNN
emoji: ๐Ÿ“ˆ
colorFrom: red
colorTo: pink
sdk: gradio
sdk_version: 5.42.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
# This is my project
## Date: 19 Aug 2025
## Author: Ray
### This project is about object detection using R-CNN
| Function | Description |
|----------|-------------|
|preprocess_image(image_path) | Convert image to a tensor |
|detect_objects(image_path, threshold=0.5) | Detect objects |
|apply_instance_masks(image_path) | Apply instance segmentation masks |
### It can detect objects like
- Car
- Bike
- Person