Skip to content
Snippets Groups Projects
Commit c6f364c7 authored by Romain Guesdon's avatar Romain Guesdon
Browse files

Initial commit

parent dbb08338
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,8 @@ However, several modifications have been made from the original code to allow th ...@@ -36,8 +36,8 @@ However, several modifications have been made from the original code to allow th
# Valid visibility module # Valid visibility module
You can download pretrained weights [here](http://dionysos.univ-lyon2.fr/~ccrispimVisPred/models). You can download pretrained weights [here](http://dionysos.univ-lyon2.fr/~ccrispim/VisPred/models).
For example, execute: For example, run:
``` ```
python pose_estimation/valid.py \ python pose_estimation/valid.py \
--cfg experiments/coco/resnet50/256x192_vis_freeze.yaml \ --cfg experiments/coco/resnet50/256x192_vis_freeze.yaml \
...@@ -46,9 +46,9 @@ python pose_estimation/valid.py \ ...@@ -46,9 +46,9 @@ python pose_estimation/valid.py \
``` ```
# Training visibility module # Training visibility module
You can download pretrained weight on the base model [here](http://dionysos.univ-lyon2.fr/~ccrispimVisPred/models/coco_vis2_0_no_linear.pth.tar). You can download pretrained weight on the base model [here](http://dionysos.univ-lyon2.fr/~ccrispim/VisPred/models/coco_vis2_0_no_linear.pth.tar).
Place this file in `models/pytorch/resnet50_vis`. Place this file in `models/pytorch/resnet50_vis`.
Then, execute: Then, run:
``` ```
python pose_estimation/train.py \ python pose_estimation/train.py \
--cfg experiments/coco/resnet50/256x192_vis_freeze.yaml --cfg experiments/coco/resnet50/256x192_vis_freeze.yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment