You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ As I cannot push LFS object to a public fork, I make this repo standalone.
7
7
Features appended:
8
8
1. remove OpenCV dependency
9
9
2. reduce memory usage from 7 GB to 5.5 GB
10
-
3. enable 4X super resolution from[Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)
10
+
3. enable 4X super resolution with[Real-ESRGAN](https://github.com/xinntao/Real-ESRGAN)
11
11
4. single header-only
12
12
13
13
@@ -94,6 +94,9 @@ However, you need **5.5 GB** memory to run.
94
94
### Linking to NCNN
95
95
96
96
If **ncnn** is not installed in the standard paths (such as `/usr/include/ncnn` and `/usr/lib/libncnn.so`, please update the commandline to comply. For example:
0 commit comments