Hello, I downloaded the ego4d full_scale and annotations dataset using the following command:
$ ego4d --aws_profile_name egoprof \
--output_directory="~/ego4d_data" \
--datasets full_scale annotations imu gaze \
--metadata --yes
However, I cannot seem to find the appropriate fho_hands annotations from the visualizer
. My questions are: Are the hand bounding box hand annotations available in the fho_main JSON file in the form of narrated actions consistent with those found in fho_hands? How can I obtain the JSON file for fho_hands annotations? Would I need to download the Hands & Objects benchmark subset separately to get the fho_hands pointwise hand annotations?
Feel free to refer to the images attached for more context and thanks in advance.