Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Add] CLIFF #302

Merged
merged 54 commits into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
4ded5cb
add cliff head
oneScotch Jan 18, 2023
2a4b793
add function to convert from crop to full camera
oneScotch Jan 18, 2023
8b896bc
add cliff annotation datasets converter
oneScotch Jan 18, 2023
e0da7ed
add tramsforms to get bbox information
oneScotch Jan 18, 2023
a0152b0
store crop trans
oneScotch Jan 18, 2023
0f2dc25
cliff mesh estimator
oneScotch Jan 18, 2023
a23a047
modification to take in different resolutions
oneScotch Jan 18, 2023
fad7b65
add configs
oneScotch Jan 18, 2023
ee5fa82
add missing comma
oneScotch Jan 19, 2023
17c617a
format correction
oneScotch Jan 19, 2023
8d85fa9
isort formating
oneScotch Feb 3, 2023
e233a8c
correct error in cliff_head
oneScotch Feb 14, 2023
62ee755
revert unnecessary changes in cliff_head
oneScotch Feb 15, 2023
4e0f3b9
add configs(single dataset) and small modification
oneScotch Feb 15, 2023
c9e1952
configs format modification
oneScotch Feb 15, 2023
f26d399
add test for cliff head
oneScotch Feb 15, 2023
92919e5
Merge branch 'main' into main
oneScotch Feb 15, 2023
067aa44
format correction
oneScotch Feb 15, 2023
69ca605
Merge branch 'main' of https://github.com/oneScotch/mmhuman3d into main
oneScotch Feb 15, 2023
19a00a1
update test file
oneScotch Feb 22, 2023
780dc8c
format correction
oneScotch Feb 22, 2023
d5869c6
update test file
oneScotch Feb 22, 2023
40ed228
format correction
oneScotch Feb 22, 2023
eb3b379
update test file
oneScotch Feb 22, 2023
97dbe71
format correction
oneScotch Feb 22, 2023
031a2d6
docformatter correction
oneScotch Feb 22, 2023
0547c16
update test file
oneScotch Feb 22, 2023
2e054a1
format
Feb 25, 2023
cec733d
add README
oneScotch Feb 25, 2023
af05781
add README
oneScotch Feb 25, 2023
75285a7
add test for cliff data converter
oneScotch Feb 28, 2023
0ff53bb
add test for cliff mesh estimator
oneScotch Feb 28, 2023
ca34992
update tests
oneScotch Feb 28, 2023
ca85138
merge cliff mesh estimator to mesh estimator
oneScotch Mar 21, 2023
5bad929
revert unnecessary tests
oneScotch Mar 21, 2023
d520cfb
format
oneScotch Mar 21, 2023
7122a9d
Revert to CliffMeshEstimator
Mar 25, 2023
310c64f
Fix wrong class name in test
Mar 25, 2023
1ab9179
Fix linter
Mar 25, 2023
98095a2
Fix bugs for test architecture
Mar 25, 2023
3796428
Fix test_data_converters.py
Mar 27, 2023
cad919a
Update download links
Mar 27, 2023
205603e
Update pytorch3d install in workflow
Mar 28, 2023
0f805c2
Format
caizhongang Mar 28, 2023
b0833a3
Add additional tests
caizhongang Apr 4, 2023
8d41f00
Update to ubuntu-20.04
caizhongang Apr 4, 2023
bca0daa
Update to ubuntu-20.04
caizhongang Apr 4, 2023
59393ef
Merge branch 'main' of https://github.com/oneScotch/mmhuman3d into main
caizhongang Apr 4, 2023
f3e97d6
Fix pickle
caizhongang Apr 4, 2023
1a58511
Fix setup.cfg
caizhongang Apr 4, 2023
5ba320d
Merge branch 'main' of https://github.com/open-mmlab/mmhuman3d into m…
caizhongang Apr 5, 2023
24a5032
Fix setup.cfg
caizhongang Apr 5, 2023
cf2d837
Change pickle5 to pickle
caizhongang Apr 5, 2023
782fdb0
Fix pandas version
caizhongang Apr 5, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update to ubuntu-20.04
  • Loading branch information
caizhongang committed Apr 4, 2023
commit bca0daa93853b6a949fd75e278575cf41f1196f7
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ concurrency:

jobs:
build_cuda101:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: [3.8]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
lint:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.8
Expand Down