forked from GouMinghao/rgb_matters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.sh
30 lines (28 loc) · 763 Bytes
/
demo.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Only RGB
CUDA_LAUNCH_BLACKING=1 python3 demo.py \
--cuda=True \
--scene_id=110 \
--ann_id=0 \
--camera=realsense \
--use_normal=False \
--normal_only=False \
--resume=weights/kn_no_norm_76800.pth
# # RGB + Normal
# CUDA_LAUNCH_BLACKING=1 python3 demo.py \
# --cuda=True \
# --scene_id=110 \
# --ann_id=0 \
# --camera=realsense \
# --use_normal=True \
# --normal_only=False \
# --resume=weights/kn_norm_63200.pth
# # --resume=weights/kn_jitter_79200.pth
# # Only Normal
# CUDA_LAUNCH_BLACKING=1 python3 demo.py \
# --cuda=True \
# --scene_id=110 \
# --ann_id=0 \
# --camera=realsense \
# --use_normal=True \
# --normal_only=True \
# --resume=weights/kn_norm_only_73600.pth