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

about the output result #36

Open
Shariy opened this issue Mar 22, 2022 · 0 comments
Open

about the output result #36

Shariy opened this issue Mar 22, 2022 · 0 comments

Comments

@Shariy
Copy link

Shariy commented Mar 22, 2022

Following the git description, the directory tree was configured as follows.

${POSE_ROOT}
|-- models
| |-- pose_resnet50_panoptic.pth.tar
|-- data
|-- panoptic-toolbox
|-- data
|-- 171204_pose1
| |-- hdImgs
| |-- hdvideos
| |-- hdPose3d_stage1_coco19
| |-- calibration_160224_haggling1.json
|-- 171204_pose1_sample
|-- ...

(Due to capacity issues, the 171204_pose1 and 171204_pose1_sample data
was used}

After configuring the directory tree, the panoptic.py code is modified as follows.

TRAIN_LIST = [ '171204_pose1', ]
VAL_LIST = [ '171204_pose1_sample' ]

After setting like this,
I have a question about the output output when executing the "python run/train_3d.py --cfg configs/panoptic/resnet50/prn64_cpn80x80x20_960x512_cam5.yaml" command.

Why are there no results for all val data?
(There are only 10 validation results in output/.../image_with_joints/
validation_0000000_view_1_gt ~ validation_0000000_view_5_gt
validation_0000002_view_1_gt ~ validation_0000002_view_5_gt)

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

No branches or pull requests

1 participant