Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vis-pred
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aura_autobehave
vis-pred
Commits
c6f364c7
Commit
c6f364c7
authored
3 years ago
by
Romain Guesdon
Browse files
Options
Downloads
Patches
Plain Diff
Initial commit
parent
dbb08338
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
c6f364c7
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment