BUR #54537 has been rejected.
mass update paw_pose -> double_paw_pose
mass update claw_pose -> double_claw_pose
mass update one_paw_pose -> paw_pose
mass update one_claw_pose -> claw_pose
create implication double_paw_pose -> paw_pose
create implication double_claw_pose -> claw_pose
All gesture and pose tags follow the same tagging scheme, except for 2: paw and claw
Every other pose/gesture tag follows the format:
1 or more hands used: (v, w, middle w, middle finger, \m/, \n/, finger gun, l hand, fox shadow puppet, etc.)
Both hands used: (double v, double w, double middle w, double middle finger, double \m/, double \n/, double finger gun, double l, double fox shadow puppet)
But with paw and claw, the format is:
1 hand used: (one paw pose, one claw pose)
Both hands used: (paw pose, claw pose)
To fix this, we could either:
A: explicitly define paw pose and claw pose as gestures involving both hands, then scrub images to remove FN's
B: update paw pose and claw pose to double paw pose and double claw pose, then scrub images to remove FP's
With A, all paw pose and claw pose images will need to be scrubbed for False-Negatives of one paw pose and one claw pose tags. This is the current approach, which results in creating more work for ourselves down the road when the tags are eventually aligned with the rest of the tags in [[Tag group:gestures].
If we choose B and fix the inconsistency, less work is created down the road and it becomes much easier to search images with these tags. All that'd need to be done after updating the tags is to scrub them for False-Positives, which I'd be more than happy to do if needed.
As it is now, there are 1,000s of paw pose and claw pose images with incorrect tags and unsearchable variants.
The longer we take to make the above corrections, the more work that'll need to be done eventually down the road.
If the BUR is accepted, I'll scrub through the images and remove the False-Positives for the new tags.
If the BUR is rejected, I'll get to work on manually correcting the False-Negatives for the current tags.
