https://github.com/miskibin/poiwk
https://github.com/miskibin/poiwk
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/miskibin/poiwk
- Owner: miskibin
- Created: 2022-12-20T13:16:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T20:32:59.000Z (over 2 years ago)
- Last Synced: 2025-01-23T20:56:55.415Z (4 months ago)
- Language: Python
- Size: 17.9 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Server for video processing
# usage
#### clone repository to your local machine
```bash
git clone https://github.com/michalskibinski109/poiwk
```#### install dependencies
```bash
pip install -r requirements.txt
```
#### run server
```bash
python main.py
```
#### open browser and go to
```bash
http://localhost:5000
```
#### then choose file from `videos` folder and click `upload`### to use your own model
1. replace `model.h5` file
2. check input shape of your model and change `input_shape` in `VideoRunner` class
3. change `__prepare_images` function in `VideoRunner` class to prepare images for your model. Image should be processed in exactly the same way as it was during training.If you have any questions, feel free to contact me: