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
It appears that in the rendering pipeline, the car class keypoints are rendered improperly, as they are ordered incorrectly. Flipping the input vector for car keypoint (around line 250 of render_model_views.py) appears to fix these issues.
It appears that in the rendering pipeline, the car class keypoints are rendered improperly, as they are ordered incorrectly. Flipping the input vector for car keypoint (around line 250 of render_model_views.py) appears to fix these issues.