https://github.com/miladsade96/osl
Object Segmenting and Labeling
https://github.com/miladsade96/osl
Last synced: 8 months ago
JSON representation
Object Segmenting and Labeling
- Host: GitHub
- URL: https://github.com/miladsade96/osl
- Owner: miladsade96
- License: mit
- Created: 2021-07-23T09:33:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T15:59:26.000Z (about 4 years ago)
- Last Synced: 2025-01-03T21:30:30.579Z (9 months ago)
- Language: Python
- Size: 81.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OSL
Object Segmenting and Labeling










## Authors
* Milad Sadeghi DM - [EverLookNeverSee](https://github.com/everlookneversee) @ GitHub.comSee also the list of [contributors](https://github.com/EverLookNeverSee/osl/graphs/contributors) who participated in this project.
## Demo
You can see [demo version](https://share.streamlit.io/everlookneversee/osl/main/osl/run.py) of the project on [streamlit sharing](https://share.streamlit.io)## Run Locally
Clone the project:
```bash
git clone https://github.com/EverLookNeverSee/osl.git
```Go to the project directory:
```bash
cd osl/
```Install the dependencies:
```bash
pip3 install -r requirements.txt
```Start the server
```bash
streamlit run osl/run.py
```## License
This project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for more details.## Related
Here are some related projects:
* [Mask-RCNN Model](https://github.com/matterport/Mask_RCNN)