From 33b1bb0ae82ebeb22f2d20ebd098db228ede288d Mon Sep 17 00:00:00 2001 From: osimeoni <oriane.simeoni@gmail.com> Date: Thu, 7 Oct 2021 18:15:24 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 81bcdc4..8145785 100644 --- a/README.md +++ b/README.md @@ -132,3 +132,6 @@ python main_lost.py --dataset VOC07 --set trainval --arch vit_base #VIT-B/16 python main_lost.py --dataset VOC07 --set trainval --arch resnet50 #Resnet50/DINO python main_lost.py --dataset VOC07 --set trainval --arch resnet50_imagenet #Resnet50/imagenet ``` + +## License +LOST is released under the [Apache 2.0 license](./LICENSE). -- GitLab