Skip to content

Commit

Permalink
Update README.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlian-mozi authored Nov 27, 2023
1 parent 3e2ae6d commit 46f74ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ You could install these environmet from the document [https://mmdetection.readth
3.cd detection_france
4.mim install -v -e .

The log file is uploaded as '20231016_173555.log', the result shows the detector can perform bbox/map:0.2890 in visdrone. We use the coco metric to evaluate the performence, for more result, please check the file '20231016_173555.log'.The whole detector contains the swintiny as a backbone and the dino as a head. We changes some faults caused by the dimention.
The log file is uploaded as '20231016_173555.log', the result shows the detector can perform bbox/map:0.2890 in visdrone. We use the coco metric to evaluate the performence, for more result, please check the file '20231016_173555.log'.The whole detector contains the swintiny as a backbone and the dino as a head. We changes some faults caused by the dimention and apis problems caused by the version updated with mmdet.

To test the model, download our trained model [https://drive.google.com/file/d/11mqZG0BXz0VnuKIITShxio8obpN7NuSA/view?usp=sharing], use the cfg file 'dino-5scale_swin-t_8xb2-12e_coco.py', and make sure the visdrone dataset is already changed to the right coco_format, or you can directly download it from here [https://drive.google.com/file/d/11oDTRjruaKy69Yyb3DpNxySQO84aVsu8/view?usp=sharing], put the dataset int the main root. Use the sentence like this:
python tools/test.py dino-5scale_swin-t_8xb2-12e_coco.py epoch_12.pth
Expand Down

0 comments on commit 46f74ca

Please sign in to comment.