From 7fdffa261d00ecf6b6009c83e8626ca7717eaab6 Mon Sep 17 00:00:00 2001 From: Jia Guo Date: Sat, 8 May 2021 11:39:33 +0800 Subject: [PATCH] Update README.md --- challenges/iccv21-mfr/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/challenges/iccv21-mfr/README.md b/challenges/iccv21-mfr/README.md index 3516203..6713166 100644 --- a/challenges/iccv21-mfr/README.md +++ b/challenges/iccv21-mfr/README.md @@ -88,8 +88,10 @@ Inference time was evaluated on Tesla V100 GPU, using onnxruntime-gpu==1.6. 6. Matching score is measured by cosine similarity. 7. Model size should be not larger than 1GB. 8. For Track A: feature length should be not larger than 512, and the inference time should be not larger than 10ms on Tesla V100 GPU. -9. For Track A: feature length should be not larger than 1024, and the inference time should be not larger than 20ms on Tesla V100 GPU. +9. For Track B: feature length should be not larger than 1024, and the inference time should be not larger than 20ms on Tesla V100 GPU. 10. The input size of submission model should be 112x112. 11. Online evaluation server uses onnxruntime-gpu==1.6, cuda==10.2, cudnn==8.0.5. ## Submission + +Coming soon