Skip to content

Commit d2ebaa8

Browse files
committed
wave
1 parent 89f68d7 commit d2ebaa8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,9 @@ Accurately localizing and segmenting occluded objects from faint light patterns
4242

4343
## Test
4444
```
45-
python3 test.py \
46-
-- \
47-
-- \
48-
-- \
49-
-- \
50-
--
45+
python3 {test_script} {model} \
46+
--gpus={gpus} \
47+
--weight={weight_path} \
48+
--val={valset} \
49+
--save
5150
```

0 commit comments

Comments
 (0)