-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathdemo.bat
More file actions
26 lines (18 loc) · 1.99 KB
/
demo.bat
File metadata and controls
26 lines (18 loc) · 1.99 KB
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
@REM python -m cast.cli -i assets/inputs/indoor.png --output output --enable-generation --pose-estimation-backend pytorch --generation-provider replicate --mesh-provider trellis --debug
@REM python -m cast.cli -i assets/inputs/image1.png --output output --enable-generation --pose-estimation-backend icp --generation-provider replicate --mesh-provider trellis
@REM python -m cast.cli -i assets/inputs/image2.png --output output --enable-generation --pose-estimation-backend icp --generation-provider replicate --mesh-provider trellis
@REM python -m cast.cli -i assets/inputs/image3.png --output output --enable-generation --pose-estimation-backend icp --generation-provider replicate --mesh-provider trellis
@REM python -m cast.cli -i assets/inputs/starbuck.png --output output --enable-generation --pose-estimation-backend pytorch ^
@REM --generation-provider replicate --mesh-provider trellis --debug
@REM python -m cast.cli -i assets/inputs/car.png --output output --enable-generation --pose-estimation-backend pytorch ^
@REM --generation-provider replicate --mesh-provider trellis --debug
@REM python -m cast.cli -i assets/inputs/book2.png --output output --enable-generation --pose-estimation-backend pytorch ^
@REM --generation-provider qwen --mesh-provider trellis
@REM python -m cast.cli -i assets/inputs/doll2.png --output output --enable-generation --pose-estimation-backend pytorch ^
@REM --generation-provider qwen --mesh-provider tripo3d
python -m cast.cli -i assets/inputs/car2.png --output output --enable-generation --pose-estimation-backend pytorch ^
--generation-provider qwen --mesh-provider trellis --render-and-compare
@REM python -m cast.cli -i assets/inputs/bicycle2.png --output output --enable-generation --pose-estimation-backend pytorch ^
@REM --generation-provider qwen --mesh-provider trellis
@REM python -m cast.cli -i assets/inputs/indoor.png --output output --enable-generation --pose-estimation-backend pytorch ^
@REM --generation-provider qwen --mesh-provider trellis