A module to analyze video rotation.
Project description
VideoRotation estimation using RotNet cnn, ref: https://github.com/d4nst/RotNet
Setup:
python3 -m pip install .
Pre-requirements:
ffmpeg is required
Usage:
from videorotation import VideoRotationAnalysis
with VideoRotationAnalysis(frames_per_video=12) as analysis:
result, angles = analysis.check_if_upsidedown_for_video(video_path)
print((result,angles))
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
videorotation-0.1.1.tar.gz
(90.7 MB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file videorotation-0.1.1.tar.gz.
File metadata
- Download URL: videorotation-0.1.1.tar.gz
- Upload date:
- Size: 90.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87a02925d138c4bdf247f55afcba166f4b5f62111098b50cfe4144c800aabb2b
|
|
| MD5 |
40d2ddb0939a48b5277bfec7da55c26b
|
|
| BLAKE2b-256 |
67d459bb17b6ac1b8e8b94ad9741f5b30b3e2f8b6b60710427a4006680678102
|
File details
Details for the file videorotation-0.1.1-py3-none-any.whl.
File metadata
- Download URL: videorotation-0.1.1-py3-none-any.whl
- Upload date:
- Size: 90.7 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b66ad50127407c7f8c3029c79394c4c0af51a6de3140518706ca883cae5ef1ae
|
|
| MD5 |
39f281f561da3e0dd35ea2395b87ace7
|
|
| BLAKE2b-256 |
4f8d2151db2c88bbf07326c3d3b7c4830cc9a92bf88e93c6ea009923fce62722
|