cooper_robot Cursor commited on
Commit ·
edc27c8
1
Parent(s): ddaf8af
Add release note for v1.3.0
Browse filesCo-authored-by: Cursor <cursoragent@cursor.com>
- LICENSE +0 -0
- README.md +32 -0
- cv72_fsrcnnx4_act16.bin +3 -0
- cv72_fsrcnnx4_amba_optimized.bin +3 -0
- cv75_fsrcnnx4_act16.bin +3 -0
- cv75_fsrcnnx4_amba_optimized.bin +3 -0
- cv7_fsrcnnx4_act16.bin +3 -0
- cv7_fsrcnnx4_amba_optimized.bin +3 -0
- n1-655_fsrcnnx4_act16.bin +3 -0
- n1-655_fsrcnnx4_amba_optimized.bin +3 -0
- resource/FRSCNN_scale4.png +3 -0
LICENSE
ADDED
|
File without changes
|
README.md
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: pytorch
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
+

|
| 6 |
+
|
| 7 |
+
FSRCNN is a lightweight super-resolution network that accelerates single-image upscaling by performing feature extraction and reconstruction directly in the low-resolution space, significantly reducing computational cost compared to earlier approaches.
|
| 8 |
+
|
| 9 |
+
Original paper: [Accelerating the Super-Resolution Convolutional Neural Network](https://arxiv.org/abs/1608.00367)
|
| 10 |
+
|
| 11 |
+
# FSRCNNx4
|
| 12 |
+
|
| 13 |
+
This model uses the FSRCNN ×4 variant, which is trained to reconstruct a high-resolution image at four times the input resolution. It is well suited for applications such as image enhancement, video upscaling, surveillance imagery, and edge devices where fast super-resolution inference is required.
|
| 14 |
+
|
| 15 |
+
Model Configuration:
|
| 16 |
+
- Reference implementation: [FSRCNN](https://github.com/yjn870/FSRCNN-pytorch)
|
| 17 |
+
- Original Weight: [FSRCNNx4_Weights.91-image](https://www.dropbox.com/s/vobvi2nlymtvezb/91-image_x4.h5?dl=0)
|
| 18 |
+
- Resolution: 1x1x128x128
|
| 19 |
+
- Support Cooper version:
|
| 20 |
+
- Cooper SDK: [2.5.4]
|
| 21 |
+
- Cooper Foundry: [2.3]
|
| 22 |
+
|
| 23 |
+
| Model | Device | compression | Model Link |
|
| 24 |
+
| :-----: | :-----: | :-----: | ------- |
|
| 25 |
+
| FSRCNNx4 | N1-655 | Amba_optimized | [Model_Link](https://huggingface.co/Ambarella/FSRCNN/blob/main/n1-655_fsrcnnx4_amba_optimized.bin) |
|
| 26 |
+
| FSRCNNx4 | N1-655 | Activation_fp16 | [Model_Link](https://huggingface.co/Ambarella/FSRCNN/blob/main/n1-655_fsrcnnx4_act16.bin) |
|
| 27 |
+
| FSRCNNx4 | CV7 | Amba_optimized | [Model_Link](https://huggingface.co/Ambarella/FSRCNN/blob/main/cv7_fsrcnnx4_amba_optimized.bin) |
|
| 28 |
+
| FSRCNNx4 | CV7 | Activation_fp16 | [Model_Link](https://huggingface.co/Ambarella/FSRCNN/blob/main/cv7_fsrcnnx4_act16.bin) |
|
| 29 |
+
| FSRCNNx4 | CV72 | Amba_optimized | [Model_Link](https://huggingface.co/Ambarella/FSRCNN/blob/main/cv72_fsrcnnx4_amba_optimized.bin) |
|
| 30 |
+
| FSRCNNx4 | CV72 | Activation_fp16 | [Model_Link](https://huggingface.co/Ambarella/FSRCNN/blob/main/cv72_fsrcnnx4_act16.bin) |
|
| 31 |
+
| FSRCNNx4 | CV75 | Amba_optimized | [Model_Link](https://huggingface.co/Ambarella/FSRCNN/blob/main/cv75_fsrcnnx4_amba_optimized.bin) |
|
| 32 |
+
| FSRCNNx4 | CV75 | Activation_fp16 | [Model_Link](https://huggingface.co/Ambarella/FSRCNN/blob/main/cv75_fsrcnnx4_act16.bin) |
|
cv72_fsrcnnx4_act16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4d340ce555fd21806e6218ee3b40d4a423ae6aaa8cd795a5f86960650ec4e078
|
| 3 |
+
size 29178
|
cv72_fsrcnnx4_amba_optimized.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7861737266747b635d5d42e64fdfb51cde37dc29c2a09e0186835e4d4e889461
|
| 3 |
+
size 29062
|
cv75_fsrcnnx4_act16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7829bc0800e59f26617455251e9e0f844f3fd61487c5a1902be003c5404e37e0
|
| 3 |
+
size 25594
|
cv75_fsrcnnx4_amba_optimized.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d42b4e96519d410e2cbb24b20b5b38e9050922455a3a445322cd0d4ea6808886
|
| 3 |
+
size 25474
|
cv7_fsrcnnx4_act16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ad5ab61e5032478338334c1b1dc29bf894b692a9acfe67063ef23ca0df52d3f4
|
| 3 |
+
size 29182
|
cv7_fsrcnnx4_amba_optimized.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:80710932dcb9cc8978dbc6de3ec341aa449a3faabc4426c1dffbb89e24f7fd22
|
| 3 |
+
size 29070
|
n1-655_fsrcnnx4_act16.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6d46e72e28da7a2aef6aa12215fdd9285a09f21eb40b1e3cf50d68154eb38a12
|
| 3 |
+
size 28526
|
n1-655_fsrcnnx4_amba_optimized.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:accf46007954a964ec4decae94630b3f85c1afe8046da2a716505768a69ad2e9
|
| 3 |
+
size 28478
|
resource/FRSCNN_scale4.png
ADDED
|
Git LFS Details
|