Skip to content

Commit d91e4ca

Browse files
committed
docs: add contrib.rocks
1 parent 0d318ea commit d91e4ca

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
This is the core of recognition component for [Penguin Statistics](https://penguin-stats.io/?utm_source=github), including:
1313

14-
+ screenshot recognition
15-
+ depot recognition (in development)
14+
- screenshot recognition
15+
- depot recognition (in development)
1616

1717
This recognizer is developed by C++ and providing front-end recognition service by [WebAssembly](https://webassembly.org/) technology. It can be also used in other scenarios to get the statistics of Arknights.
1818

@@ -44,8 +44,8 @@ Follow the following steps to build `penguin-recognizer` manually, in which requ
4444

4545
## Pre-requisites
4646

47-
+ OS: Unix-like (Tested: **`Ubuntu 20.04`**)
48-
+ Python, Cmake
47+
- OS: Unix-like (Tested: **`Ubuntu 20.04`**)
48+
- Python, Cmake
4949

5050
Clone this repository and be ready to build!
5151

@@ -136,11 +136,11 @@ $ emmake make
136136

137137
### Verify Dependency Artifacts
138138

139-
Now, the following files should exist
139+
Now, the following files should exist
140140

141141
`opencv/build_wasm/lib/libopencv_imgcodecs.a`
142142
`opencv/build_wasm/3rdparty/lib/liblibjpeg-turbo.a`
143-
`opencv/build_wasm/3rdparty/lib/liblibpng.a`
143+
`opencv/build_wasm/3rdparty/lib/liblibpng.a`
144144

145145
## Build penguin-recognizer
146146

@@ -194,7 +194,7 @@ $ emmake make
194194
Now, those files should exist:
195195

196196
```
197-
penguin-recognizer/build/penguin-recognizer.js
197+
penguin-recognizer/build/penguin-recognizer.js
198198
penguin-recognizer/build/penguin-recognizer.wasm
199199
```
200200

@@ -208,9 +208,15 @@ penguin-recognizer/build/penguin-recognizer.wasm
208208

209209
## Todo
210210

211-
+ [x] add automatic fallback to fix `Known issues 1.`
212-
+ [x] add droptype order check to fix `Known issues 2.`
213-
+ [ ] update drop number recognition strategy to fix `Known issues 3.`
214-
+ [ ] depot recognition (in development)
215-
+ [x] new wasm interface using emscripten::bind
216-
+ [ ] adapt to new interface (for now, CN server)
211+
- [x] add automatic fallback to fix `Known issues 1.`
212+
- [x] add droptype order check to fix `Known issues 2.`
213+
- [ ] update drop number recognition strategy to fix `Known issues 3.`
214+
- [ ] depot recognition (in development)
215+
- [x] new wasm interface using emscripten::bind
216+
- [ ] adapt to new interface (for now, CN server)
217+
218+
## Contributors
219+
220+
This project is made possible by the following contributors. Contributions are always welcome!
221+
222+
[![Contributors](https://contrib.rocks/image?repo=penguin-statistics/recognizer)](https://github.com/penguin-statistics/recognizer/graphs/contributors)

0 commit comments

Comments
 (0)