From 77a6c57933cc8ec222b61277d1f46cefcf6f9655 Mon Sep 17 00:00:00 2001 From: Jingsen Zhu <39397722+jingsenzhu@users.noreply.github.com> Date: Wed, 1 Mar 2023 00:56:12 +0800 Subject: [PATCH] Update README.md --- lightnet/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lightnet/README.md b/lightnet/README.md index c906b4e..ba56f2d 100644 --- a/lightnet/README.md +++ b/lightnet/README.md @@ -4,5 +4,10 @@ Code and pretrained models released Testing data (object insertion): [download here](https://1drv.ms/u/s!As0jHj7lvvu5eWvTxjzkLo-0hlk?e=tU2wpj) -TBD: instructions for testing +Running instruction (assume the folder of testing data is `test/insert_three_objects`): +``` +python main_test.py -c test/insert_three_objects/cfg.yml +``` + +TBD: detailed descriptions of testing data format