Skip to content

Commit fa4899e

Browse files
committed
Update README.md
1 parent fd282ef commit fa4899e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,18 @@ python tools/train.py \
222222
--cfg experiments/coco/hrnet/w32_256x192_adam_lr1e-3.yaml \
223223
```
224224

225+
### Inference on Windows
226+
227+
Code was not evaluated on Windows. Inference is supported. Please refer to ${POSE_ROOT}/demo for example scripts.
228+
229+
```
230+
231+
// Build Libs
232+
cd ${POSE_ROOT}/lib
233+
bulid_windows.bat
234+
235+
```
236+
225237
### Visualization
226238

227239
#### Visualizing predictions on COCO val

0 commit comments

Comments
 (0)