File size: 535 Bytes
93ff504
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Candidates

每物体 `{obj_id}.json`(format 2.0),默认 **500** 条、`sim_z_yaw_deg = 0`。

生成 pool HDF5:

```bash
python evaluation/eval_pool.py \
  --obj-list evaluation/configs/eval_unseen_all.csv \
  --generate-candidate-each-trial \
  --candidates-only \
  --trials-per-obj-yaw 500 \
  --z-yaw-deg 0 \
  --result-dir output/evaluation/unseen_yaw0_n500_poolgen \
  --candidate-gpu-ids 0,1 \
  --candidate-workers 6
```

写入本目录:

```bash
python tools/migrate_eval_unseen_pool_candidates_to_bundle.py
```