orhir / PoseAnything

A Graph-Based Approach for Category-Agnostic Pose Estimation [ECCV 2024]
https://orhir.github.io/pose-anything/
Apache License 2.0
308 stars 17 forks source link

a questiuon on fix CarFusion filename errors #10

Closed Dracarys077 closed 4 months ago

Dracarys077 commented 5 months ago

Excuse me, when processing carFusion Dataset, I still have some problems. Can you explain more clearly where is the annotation files of the carFusion Dataset. The code "ann_files = os.path.join(carfusion_dir_path, 'annotations')" in tools/fix_carfusion.py, I can't find the annotations?

orhir commented 5 months ago

Hi sorry for the late response.

You should first extract the annotations using the original script. Then use our fix.

We will try to provide a more thorough explanation in the following week.

orhir commented 4 months ago

The annotations files need to be extracted using the official script. Please take a look at the setup .sh file where the script is being called: https://github.com/dineshreddy91/carfusion_to_coco/blob/master/carfusion_coco_setup.sh

Let me know if you have any more issues with this dataset.

orhir commented 4 months ago

Closing the issue, if you need further assistance please open a new issue.