618 Commits

Author SHA1 Message Date
hzwer
5d8adbdd40 Merge pull request #403 from hooke007/readme
Update README.md
2025-09-10 14:32:03 +08:00
Karl Hook
8ab4afcbd8 Update README.md 2025-09-06 22:48:21 +08:00
hzwer
cf06c86396 Update README.md 2025-08-20 11:50:43 +08:00
hzwer
eff2c82671 Update RIFE.py 2025-07-25 17:02:10 +08:00
hzwer
faf78cd5a1 Update README.md 2025-05-07 11:22:42 +08:00
hzwer
fe060714f3 Update README.md 2025-05-07 11:13:24 +08:00
hzwer
07a2a3f55e Merge pull request #389 from CHRISmorang/main
Fix NumPy Deprecation Issues in scikit-video
2025-02-12 17:01:56 +08:00
Chris Morang
afdb532dad Fix NumPy Deprecation Issues in scikit-video
This commit resolves compatibility issues in scikit-video caused by NumPy's deprecated type aliases (`np.float`, `np.int`, `np.bool`). 

### Issue:
- Recent versions of NumPy (>=1.20) removed these deprecated aliases, causing scikit-video to raise warnings and fail in certain cases.
- Downgrading NumPy to an older version (e.g., 1.16.0) is not a viable workaround as it fails to build properly in Colab due to pip installation issues.

### Changes:
- Updated all instances of `np.float`, `np.int`, `np.bool` to their respective built-in types (`float`, `int`, `bool`).
- Ensured compatibility with both older and newer NumPy versions.
- Verified functionality in Google Colab and Python 3.10 environments.

### Impact:
 Eliminates NumPy deprecation warnings.  
 Prevents compatibility issues in Google Colab and newer Python versions.  
 Ensures stability and smooth functioning of scikit-video with NumPy (>=1.20).  

Fixes: #Issue_Number (Replace with actual issue reference)
2025-02-12 01:18:45 +05:30
hzwer
638322e8bf Update README.md 2024-09-09 14:33:41 +08:00
hzwer
5acf345e3b Update README.md 2024-09-05 11:32:21 +08:00
hzwer
95c6fe9766 Update README.md 2024-09-05 11:31:44 +08:00
hzwer
cec1f45bfe Update README.md 2024-09-05 11:31:24 +08:00
hzwer
c0f125637f Update README.md 2024-08-29 11:24:35 +08:00
hzwer
baa1e4c8e3 Merge pull request #367 from DataAIPlayer/main
Fix video writing thread
2024-07-15 10:49:03 +08:00
zbchu2
baed9fe3f5 Fix video writing thread 2024-07-14 00:43:45 +08:00
hzwer
5867d97b7f Merge pull request #366 from DataAIPlayer/main
Fix video writing thread termination issue
2024-07-10 14:32:55 +08:00
zbchu2
a826984ae3 Fix video writing thread termination issue 2024-07-09 15:10:00 +08:00
hzwer
ea06812877 Update README.md 2024-07-05 10:52:28 +08:00
hzwer
339b083186 Update README.md 2024-07-05 10:47:57 +08:00
hzwer
9a195b79f8 Update yuv_frame_io.py 2024-01-07 11:14:40 +08:00
hzwer
ebdc2d8b60 Update README.md 2023-11-09 14:10:23 +08:00
hzwer
e2244ff77c Update requirements.txt 2023-11-05 23:19:27 +08:00
hzwer
436057b1f0 Update README.md 2023-11-02 11:07:11 +08:00
hzwer
68625b7d83 Update README.md 2023-10-27 17:08:55 +08:00
hzwer
47657de3a9 Update README.md 2023-10-27 00:57:51 +08:00
hzwer
0b703f6486 Update README.md 2023-10-23 15:39:19 +08:00
hzwer
65d1b058d0 Update README.md 2023-10-23 15:14:05 +08:00
hzwer
1a21b29145 Update README.md 2023-09-25 16:37:41 +08:00
hzwer
4b20e5915a Merge pull request #335 from GeekyKaran/main
Update requirements.txt
2023-08-20 23:09:29 +08:00
GeekyKaran
a723fe6723 Update requirements.txt 2023-08-15 15:01:35 +05:30
hzwer
2bd427e6c1 Merge pull request #334 from GeekyKaran/main
Update requirements.txt
2023-08-15 11:23:26 +08:00
GeekyKaran
4bfe46379e Update requirements.txt
fixed the error while installing requirements .
2023-08-14 15:44:15 +05:30
hzwer
f7c14cce5f Update README.md 2023-07-20 20:47:19 +08:00
hzwer
c8822c0e0f Merge pull request #316 from catscarlet/main
Fix error "module 'numpy' has no attribute 'float'". #302.
2023-06-02 18:34:58 +08:00
catscarlet
a64760467c Fix error "module 'numpy' has no attribute 'float'". #302. 2023-06-01 15:22:00 +08:00
hzwer
de15b7c258 Update README.md 2023-05-24 16:02:07 +08:00
hzwer
1c5805885e Update requirements.txt 2023-05-15 11:18:20 +08:00
hzwer
546a691173 Update Colab_demo.ipynb 2023-05-03 01:27:30 +08:00
hzwer
35e4eaaf50 Update requirements.txt 2023-04-01 23:58:24 +08:00
hzwer
a964a03bfa Update requirements.txt 2023-04-01 23:55:52 +08:00
hzwer
a7173b966d Update requirements.txt 2023-04-01 23:42:40 +08:00
hzwer
4f17d2b3a4 Update requirements.txt 2023-03-30 17:19:11 +08:00
hzwer
de2e86f1e0 Update requirements.txt 2023-03-30 17:17:21 +08:00
hzwer
cc6ec535a7 Update README.md 2023-03-29 11:13:25 +08:00
hzwer
cf8c7177ab Update README.md 2023-03-29 11:12:08 +08:00
hzwer
77f5581b0d Update README.md 2023-03-24 18:46:37 +08:00
hzwer
ae6d2dca0f Update README.md 2023-01-19 12:21:34 +08:00
hzwer
2477b532c4 Update inference_video.py 2022-12-05 11:29:22 +08:00
hzwer
051fa1c8c0 Merge pull request #292 from mafiosnik777/main
Add enhancr to list of Software
2022-11-28 14:42:29 +08:00
mafiosnik
0119050af0 fixed space 2022-11-27 19:28:20 +01:00