Spaces:
Runtime error
Runtime error
File size: 649 Bytes
ff6334f 9b5c5fc |
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 31 |
---
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
|