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 90f5abe commit cc19dfb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ To use this project,make sure with this environment:
You could install these environmet from the document [https://mmdetection.readthedocs.io/en/latest/get_started.html] or follow the steps below:
(0.before we sucessfully upload the main documents,you can still get the files from here [https://drive.google.com/file/d/11g1zs3MlLLsMOcNgRyEBio0zAK7MSU8B/view?usp=sharing], note that we changes many files different from the official repo, so you may not easily download it from offical repo.)
1.pip install openmim
2.cd detection_france (or if you download from the google drive's file, use this: cd mmdetection; anyway,change the root to the main repository.)
2.mim install -v -e .
2.git clone https://github.com/qianlian-mozi/detection_france.git
3.cd detection_france (or if you download from the google drive's file, use this: cd mmdetection; anyway,change the root to the main repository.)
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.

Expand Down

0 comments on commit cc19dfb

Please sign in to comment.