Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available:
6.5.1
metadata
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