-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrun_teaser.sh
More file actions
executable file
·22 lines (18 loc) · 1.02 KB
/
run_teaser.sh
File metadata and controls
executable file
·22 lines (18 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
uv sync
source .venv/bin/activate
# Download beehive
hf download stefan-jeske/hyve-datasets --include honey/* --repo-type dataset --local-dir datasets/
# Download necessary files for objaverse
hf download stefan-jeske/hyve-datasets \
objaverse/train.json \
objaverse/test_teaser.json \
objaverse/processed/20_test_2_200000.pt \
objaverse/processed/29_test_2_200000.pt \
objaverse/processed/48_test_2_200000.pt \
objaverse/processed/55_test_2_200000.pt \
--repo-type dataset --local-dir datasets/
# Beehive/Honeycomb
python hyve/train.py --config models/objaverse/pic-normals.yaml --config datasets/honey/honey.yaml --ckpt_path models/objaverse/pic-normals.ckpt --trainer.logger.save_dir experiments/honey/ --trainer.logger.version=honey --test_only
# Select objaverse models
python hyve/train.py --config models/objaverse/pic-normals.yaml --ckpt_path models/objaverse/pic-normals.ckpt --data.test_split=datasets/objaverse/test_teaser.json --test_only --data.save_input_pointcloud=experiments/objaverse/input_points/