-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f77e0f3
commit d91feb3
Showing
1 changed file
with
14 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,25 @@ | ||
# Counting_With_Adaptive_Auxiliary | ||
|
||
-------Object Counting with Adaptive Auxiliary Tasks-------- | ||
------------------------------------------------------------ | ||
# Object Counting with Adaptive Auxiliary Tasks | ||
|
||
**SHA** | ||
# Data Prepare | ||
|
||
-- Prepare your data | ||
# SHA | ||
|
||
--Download [checkpoint_best.pth](https://drive.google.com/file/d/1HaRTgBhW1Evr5NBOCduaDY2h2Xdkb4l5/view?usp=sharing) and put it into ./checkpoints/ | ||
- Download [checkpoint_best.pth](https://drive.google.com/file/d/1HaRTgBhW1Evr5NBOCduaDY2h2Xdkb4l5/view?usp=sharing) and put it into ./checkpoints/ | ||
|
||
-- Run test_SHA.py | ||
# prediction | ||
``` | ||
python test_SHA.py | ||
``` | ||
|
||
TODO: | ||
# QNRF | ||
- TODO | ||
|
||
------------------------------------------------------------- | ||
# JHU-Crowd | ||
- TODO | ||
|
||
# NWPU-Crowd | ||
|
||
**Our method achieved 76.4 MAE and 327.4 MSE on [NWPU-Crowd counting benchmark](https://www.crowdbenchmark.com/index.html), which is currently the largest crowd counting benckmark** | ||
|