Skip to content

Commit 222d302

Browse files
oukohououkohou
authored and
oukohou
committed
add c++ implementation's url.
1 parent 5f8f9cf commit 222d302

14 files changed

+3
-0
lines changed

Diff for: .idea/codeStyles/codeStyleConfig.xml

100644100755
File mode changed.

Diff for: .idea/vcs.xml

100644100755
File mode changed.

Diff for: ReadMe.md

100644100755
+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ for other datasets, just generate a pandas csv file in format like:
4242
is OK. But also, remember to change the `./datasets/read_imdb_data.py` accordingly.
4343
<br>
4444
45+
### onnxruntime C++ implementation
46+
thanks to [DefTruth](https://github.com/DefTruth) 's implementation here: [How to convert SSRNet to ONNX and implements with onnxruntime c++](https://github.com/DefTruth/litehub/blob/main/docs/ort/ort_ssrnet-cn.md).
47+
4548
#### another small note:
4649
my reading understanding of [SSRNet]((https://www.ijcai.org/proceedings/2018/0150.pdf)) can be found:
4750
- on my [blog site](https://www.oukohou.wang/) here:[论文阅读-年龄估计_SSRNet](https://www.oukohou.wang/2019/09/20/SSRNet/)

Diff for: SSR_models/SSR_Net_model.py

100644100755
File mode changed.

Diff for: SSR_models/__init__.py

100644100755
File mode changed.

Diff for: datasets/__init__.py

100644100755
File mode changed.

Diff for: datasets/read_imdb_data.py

100644100755
File mode changed.

Diff for: datasets/read_megaasian_data.py

100644100755
File mode changed.

Diff for: datasets/tackle_imdb_data.py

100644100755
File mode changed.

Diff for: inference_images.py

100644100755
File mode changed.

Diff for: pretrained_model/__init__.py

100644100755
File mode changed.

Diff for: pretrained_model/model_Adam_MSELoss_LRDecay_weightDecay0.0001_batch50_lr0.0005_epoch90_64x64.pth

100644100755
File mode changed.

Diff for: requirements.txt

100644100755
File mode changed.

Diff for: train_SSR-Net.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)