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

Interhand 3d dataset #468

Merged
merged 8 commits into from
Feb 19, 2021
Merged

Interhand 3d dataset #468

merged 8 commits into from
Feb 19, 2021

Conversation

liuxin9608
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Feb 7, 2021

Codecov Report

Merging #468 (15069a0) into master (3dff957) will increase coverage by 0.27%.
The diff coverage is 82.59%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #468      +/-   ##
==========================================
+ Coverage   80.72%   80.99%   +0.27%     
==========================================
  Files         137      138       +1     
  Lines        9156     9425     +269     
  Branches     1469     1510      +41     
==========================================
+ Hits         7391     7634     +243     
- Misses       1444     1448       +4     
- Partials      321      343      +22     
Flag Coverage Δ
unittests 80.97% <82.59%> (+0.25%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
mmpose/core/evaluation/top_down_eval.py 57.42% <ø> (ø)
mmpose/datasets/pipelines/shared_transform.py 83.48% <64.44%> (-13.39%) ⬇️
...pose/datasets/datasets/hand/interhand3d_dataset.py 86.09% <86.09%> (ø)
mmpose/datasets/datasets/__init__.py 100.00% <100.00%> (ø)
mmpose/datasets/datasets/hand/__init__.py 100.00% <100.00%> (ø)
...pose/datasets/datasets/hand/interhand2d_dataset.py 98.95% <0.00%> (+21.87%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 3dff957...ce5b4cd. Read the comment docs.

@jin-s13 jin-s13 mentioned this pull request Feb 8, 2021
11 tasks
@innerlee
Copy link
Contributor

kindly ping @liuxin9608

gts_hand_type.append(item['hand_type'])
hand_type_masks.append(item['hand_type_valid'] > 0)

gts_rel_root = np.array(gts_rel_root)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Make the datatype explict

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really necessary?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The dtype of each item in the list has explicitly assigned.

Copy link
Contributor

@innerlee innerlee Feb 19, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E.g., there are some variables with mask in their names. Then one may wonder what their types are: bool? int? float32?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The type can be changed if the append operation is not careful. e.g.

image

@innerlee
Copy link
Contributor

Some minor comments.

How about the training accuracy? When will the ckpts be ready?

@liuxin9608
Copy link
Collaborator Author

liuxin9608 commented Feb 19, 2021

Some minor comments.

How about the training accuracy? When will the ckpts be ready?

The training has not started yet. There are also many PRs to commit before training.

@innerlee
Copy link
Contributor

I see. If more prs are needed for training, then we can simply merge this, and block on the last pr.

@innerlee innerlee merged commit 8d6d85c into master Feb 19, 2021
@innerlee innerlee deleted the interhand_dataset branch February 19, 2021 14:30
rollingman1 pushed a commit to rollingman1/mmpose that referenced this pull request Nov 5, 2021
* resolve comments

* update changelog

* + sparse demo

* fix bug

* add doc for the new arg

* update changelog

* reorg code in long demo

* add a comment

* resolve comments

Co-authored-by: Jintao Lin <528557675@qq.com>
shuheilocale pushed a commit to shuheilocale/mmpose that referenced this pull request May 6, 2023
HAOCHENYE added a commit to HAOCHENYE/mmpose that referenced this pull request Jun 27, 2023
…n-mmlab#468)

* [Refactor]: modify interface of Visualizer.add_datasample (open-mmlab#365)

* [Refactor] Refactor data flow: refine `data_preprocessor`. (open-mmlab#359)

* refine data_preprocessor

* remove unused BATCH_DATA alias

* Fix type hints

* rename move_data to cast_data

* [Refactor] Refactor data flow: collate data in `collate_fn` of `DataLoader`  (open-mmlab#323)

* acollate data in dataloader

* fix docstring

* refine comment

* fix as comment

* refactor default collate and psedo collate

* foramt test file

* fix docstring

* fix as comment

* rename elem to data_item

* minor fix

* fix as comment

* [Refactor] Refactor data flow: `data_batch` argument of `Evaluator.process is a `dict` (open-mmlab#360)

* refine evaluator and metric

* compatible with new default collate

* replace default collate with pseudo

* Handle data_batch in metric

* fix unit test

* fix unit test

* fix unit test

* minor refine

* make data_batch optional

make data_batch optional

* rename outputs to predictions

* fix ut

* rename predictions to outputs

* fix docstring

* fix docstring

* fix unit test

* make outputs and data_batch to kwargs

* fix unit test

* keep signature of metric

* fix ut

* rename pred_sample arguments to data_sample(Visualizer)

* fix loop and ut

* [refactor]: Refactor model dataflow (open-mmlab#398)

* [Refactor] Refactor data flow: refine `data_preprocessor`. (open-mmlab#359)

* refine data_preprocessor

* remove unused BATCH_DATA alias

* Fix type hints

* rename move_data to cast_data

* refactor model data flow

tmp_commt

tmp commit

* make val_cfg and test_cfg optional

* roll back runner

* pass test mmdet

* fix as comment

fix as comment

fix ci in DataPreprocessor

* fix ut

* fix ut

* fix rebase main

* [Fix]: Fix test val ddp (open-mmlab#462)

* [Fix] Fix docstring and type hint of data flow (open-mmlab#463)

* Fix docstring of data flow

* change signature of hook

* fix unit test

* resolve conflicts

* fix lint
ajgrafton pushed a commit to ajgrafton/mmpose that referenced this pull request Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants