Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosedubarreto authored and HOME_I7_RTX3090\carlo committed Jun 16, 2024
0 parents commit 68cde3f
Show file tree
Hide file tree
Showing 14,491 changed files with 3,559,458 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
169 changes: 169 additions & 0 deletions .vscode/bookmarks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,169 @@
{
"files": [
{
"path": "four_d_humans_blender.py",
"bookmarks": [
{
"line": 198,
"column": 0,
"label": ""
},
{
"line": 1219,
"column": 0,
"label": "Import Video WHAM"
},
{
"line": 1276,
"column": 0,
"label": "SLAHMR Add video"
},
{
"line": 1556,
"column": 0,
"label": "Execute wham"
},
{
"line": 1692,
"column": 0,
"label": "Import Character"
},
{
"line": 2037,
"column": 0,
"label": "processo importa wham"
},
{
"line": 2189,
"column": 0,
"label": "baking the movement"
},
{
"line": 2302,
"column": 0,
"label": "Export PKL Animation"
},
{
"line": 2388,
"column": 0,
"label": "Read PKL Data"
},
{
"line": 2419,
"column": 0,
"label": "Impor RAW PKL Animation"
},
{
"line": 2659,
"column": 0,
"label": ""
},
{
"line": 3168,
"column": 0,
"label": ""
},
{
"line": 3609,
"column": 0,
"label": ""
},
{
"line": 3905,
"column": 0,
"label": "Extract Markers for selected Bones"
},
{
"line": 3972,
"column": 0,
"label": "Clear Markers"
},
{
"line": 4478,
"column": 0,
"label": ""
},
{
"line": 4524,
"column": 0,
"label": ""
},
{
"line": 5541,
"column": 0,
"label": "Ik Control"
},
{
"line": 5550,
"column": 0,
"label": ""
}
]
},
{
"path": "panel.py",
"bookmarks": [
{
"line": 181,
"column": 0,
"label": "IK Control Panel"
},
{
"line": 302,
"column": 0,
"label": "flags de checagem"
},
{
"line": 403,
"column": 0,
"label": "4d Humans EXECUTE"
},
{
"line": 697,
"column": 0,
"label": ""
},
{
"line": 976,
"column": 0,
"label": "WHAM Start"
},
{
"line": 1065,
"column": 0,
"label": "SLAHMR options"
},
{
"line": 1127,
"column": 0,
"label": "4D Humans VENV"
},
{
"line": 1299,
"column": 0,
"label": "wham_venv"
},
{
"line": 1494,
"column": 0,
"label": "SLAHMR VENV"
}
]
},
{
"path": "4D-Humans-main/PHALP/phalp/trackers/PHALP.py",
"bookmarks": [
{
"line": 638,
"column": 0,
"label": ""
},
{
"line": 648,
"column": 0,
"label": "download smpl pkl model"
}
]
}
]
}
19 changes: 19 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"name": "Python Debugger: Current File",
"type": "debugpy",
"request": "launch",
// "program": "${file}",
"program": "4D-Humans-main/track.py",
"console": "integratedTerminal",
"args": ["video.source='D:/0_Programs/CEB_4D_Human_prj/poses_teste'"],
// "args": ["video.source='D:/0_Img_video_ref/video_mocap/monocular/sexy_and_deadly_60fps_sttting_1.mp4'"],
"justMyCode": false
}
]
}
3 changes: 3 additions & 0 deletions .vscode/numbered-bookmarks.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"files": []
}
5 changes: 5 additions & 0 deletions .wget-hsts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# HSTS 1.0 Known Hosts database for GNU Wget.
# Edit at your own risk.
# <hostname> <port> <incl. subdomains> <created> <max-age>
raw.githubusercontent.com 0 0 1693689866 31536000
github.com 0 1 1718559567 31536000
Binary file added 0_stg2_mixamo_rig.blend
Binary file not shown.
Loading

0 comments on commit 68cde3f

Please sign in to comment.