Skip to content

Commit 45dd31b

Browse files
committed
update weights link
1 parent d73b25f commit 45dd31b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

keras_ros/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ See https://github.com/tue-robotics/image_recognition for installation instructi
88

99
## ROS Node (face_properties_node)
1010

11-
Age and gender estimation with use of WideResNet from https://github.com/yu4u/age-gender-estimation. You can download the pre-trained model here: https://github.com/yu4u/age-gender-estimation/releases/download/v0.5/weights.18-4.06.hdf5
11+
Age and gender estimation with use of WideResNet from https://github.com/yu4u/age-gender-estimation. You can download the pre-trained model here: https://github.com/yu4u/age-gender-estimation/releases/download/v0.5/weights.28-3.73.hdf5
1212

1313
```
1414
rosrun keras_ros face_properties_node _weights_file_path:=[path_to_model]
@@ -44,4 +44,4 @@ Output:
4444
An error occurred: softmax() got an unexpected keyword argument 'axis'
4545
```
4646

47-
Make sure you have tensorflow version >= 1.5.
47+
Make sure you have tensorflow version >= 1.5.

0 commit comments

Comments
 (0)