You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For first recording images and then processing them offline
conda activate openmmlab
cd~/repos/mmpose
python demo/topdown_demo_with_mmdet_multicam_images.py demo/mmdetection_cfg/rtmdet_nano_320-8xb32_hand.py \
https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmdet_nano_8xb32-300e_hand-267f9c8f.pth \
configs/hand_2d_keypoint/rtmpose/hand5/rtmpose-m_8xb256-210e_hand5-256x256.py \
https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-hand5_pt-aic-coco_210e-256x256-74fb594_20230320.pth
--input /scratch/cchawla/RigidBodyHumanData/Images/BoxOpening/
# After recording all images, separate folders containing numpy files can be processed -
python demo/extract_handpose_from_images.py demo/mmdetection_cfg/rtmdet_nano_320-8xb32_hand.py \
https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmdet_nano_8xb32-300e_hand-267f9c8f.pth \
configs/hand_2d_keypoint/rtmpose/hand5/rtmpose-m_8xb256-210e_hand5-256x256.py \
https://download.openmmlab.com/mmpose/v1/projects/rtmposev1/rtmpose-m_simcc-hand5_pt-aic-coco_210e-256x256-74fb594_20230320.pth
--input {folder_name: /scratch/cchawla/RigidBodyHumanData/Images/{task_name} }
# Data in /scratch/cchawla/RigidBodyHumanData/Images/Processed_Demos/BoxOpening is same as the data in /scratch/cchawla/RigidBodyHumanData/Images/BoxOpening/processed_demos. Applies for other tasks as well# This was done to have more organized data for the dataloader.