Skip to content

Commit ec3bfeb

Browse files
committed
update GLI_GUIDE.md
1 parent 3f0d3d7 commit ec3bfeb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

CLI_GUIDE.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# :computer: CLI Demo
22

3-
Before diving into the command lines, we introduce `Task` (specified by `--task <task>`) to bucket different usage cases depending on the data constraints in input and output domains (e.g., if the ordering is available).
4-
53
## One-Line Command
64
This cli demo allows you to pass in more options and control the model in a fine-grained way, suitable for power users and academic researchers. An examplar command line looks as simple as
75
```
@@ -13,6 +11,9 @@ We discuss here first some key attributes:
1311
- `Resolution and Aspect-Ratio`: Default image preprocessing include center cropping. All input and output are square images of size $576\times 576$. To overwrite, the code support to pass in `--W <W> --H <H>` directly. We recommend passing in `--L_short 576` such that the aspect-ratio of original image is kept while the shortest side will be resized to $576$.
1412

1513
## Task
14+
15+
Before diving into the command lines, we introduce `Task` (specified by `--task <task>`) to bucket different usage cases depending on the data constraints in input and output domains (e.g., if the ordering is available).
16+
1617
| Task | Type of NVS | Format of `<data_path>` | Target Views Sorted? | Input and Target Views Sorted? | Recommended Usage |
1718
|:--------:|:--------:|:--------:|:--------:|:--------:| :--------:|
1819
| `img2img` | set NVS | folder (parsable by `ReconfusionParser`) | :x: | :x: | evaluation, benchmarking |

0 commit comments

Comments
 (0)