From bf4a14b8df305e0f3aa886c43205bab5754f49eb Mon Sep 17 00:00:00 2001 From: pang Date: Thu, 25 Jul 2024 14:47:09 +0800 Subject: [PATCH] FIx some typos. --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 41e048d..3e75755 100644 --- a/readme.md +++ b/readme.md @@ -4,6 +4,9 @@ arXiv PDF + + +
logo

@@ -49,7 +52,7 @@ 1. Download [the pretrained model](https://github.com/lartpang/OVCamo/releases/download/model-v1.0/model.pth). 2. Run the script: `python .\main.py --config .\configs\ovcoser.py --model-name OVCoser --evaluate --load-from model.pth`. -## Evaluate the Our Results +## Evaluate Our Results 1. Download [our results](https://github.com/lartpang/OVCamo/releases/download/model-v1.0/ovcoser-ovcamo-te.zip) and unzip it into `/ovcoser-ovcamo-te`. 2. Run the script: `python .\evaluate.py --pre /ovcoser-ovcamo-te`