SEU-WYL/HccePose
HccePose — Hugging Face dataset note Dataset card: publish this file as README.md at the root of the SEU-WYL/HccePose dataset repository (this is separate from the long GitHub project README). This file is a short index for the dataset SEU-WYL/HccePose.Full tutorials, training, and BOP workflows are on GitHub: HCCEPose. Download script (GitHub only — not in this dataset repo) The helper that pulls files from Hugging Face into a local HCCEPose clone lives in the… See the full description on the dataset page: https://huggingface.co/datasets/SEU-WYL/HccePose.
HccePose — Hugging Face dataset note
Dataset card: publish this file as `README.md` at the root of the `SEU-WYL/HccePose` dataset repository (this is separate from the long GitHub project README).
This file is a short index for the dataset `SEU-WYL/HccePose`. Full tutorials, training, and BOP workflows are on GitHub: HCCEPose.
Download script (GitHub only — not in this dataset repo)
The helper that pulls files from Hugging Face into a local HCCEPose clone lives in the code repository, not in the dataset file tree:
- Script: `scripts/download_hf_assets.py`
- Folder: `scripts/`
Clone HCCEPose, cd to the repo root, install huggingface_hub, then run the commands below. That matches how the maintainers document Quick Start and RGB-D examples.
Local paths after download (same as a prepared dev tree)
By default the script writes under the HCCEPose repository root (--dest defaults to the parent of scripts/). Dataset paths on disk mirror the Hugging Face layout without an extra SEU-WYL/HccePose prefix, for example:
So a machine that ran the right presets should look the same as one where you manually copied those folders from the dataset browser — paths align with the example scripts (os.path.join(current_dir, 'test_imgs'), demo-bin-picking, test_imgs_RGBD, etc.) when you run tests from the repo root as in the README.
Layout (Quick Start & tests)
RGB-D conventions
- `camK.json`: includes at least
fx,fy,cx,cy(seeRefinement/refinement_test_utils.load_capture_frameon GitHub). - Depth: raw
uint16PNG; scaling to meters followsconvert_depth_to_meterin the same module (median-based scale inference).
Bulk download (official vs China mirror)
From the GitHub repo root (after git clone):
python scripts/download_hf_assets.py --preset test --endpoint auto
python scripts/download_hf_assets.py --preset dataset --endpoint auto
python scripts/download_hf_assets.py --preset all --endpoint auto--endpoint auto tries huggingface.co first, then falls back to https://hf-mirror.com. Run python scripts/download_hf_assets.py --help for presets (test, dataset, tex, weights, all) and optional FoundationPose mirror (--foundationpose).
License
Dataset card on Hugging Face lists the dataset license; third-party weights (e.g. FoundationPose) remain under their respective licenses.
Short Chinese index: [README_CN.md](README_CN.md).
