List of commits:
Subject Hash Author Date (UTC)
sha 3196ece275027e4d032a0bddb84ce310c15f2380 Thai Thien 2020-12-06 13:46:28
abs clamp 524c6f7196908527367ddcbfc340107e4092cc6e Thai Thien 2020-12-06 11:16:12
use abs instead of ssim 92226d63c9732e66bf50f0b78e61f915ad2bce77 Thai Thien 2020-12-06 10:56:56
claim both y and y_pred d1f6764a691fc2f2f1adc63ae65d63a8347d8a45 Thai Thien 2020-12-06 10:52:14
clamp 0.0 5569f7dad3c9e792e65636bb29b66a84ff250282 Thai Thien 2020-12-06 10:46:57
dataloader target crop e41c17147de7c05f213329009c7662fbb2f1dc91 Thai Thien 2020-12-06 10:43:12
clamp min = 0 5245898e5282aa4cdc4b6539e68cb36a1c2d0c1f Thai Thien 2020-12-06 10:40:47
fix metric 9739b99b836657377eb9dce05fafeef4a90546e9 Thai Thien 2020-12-06 10:38:37
eval density d02232a419cd22bc79e0325c1c6791a7e5fc15b0 Thai Thien 2020-12-06 10:37:22
. 926498e13908770b072aeca0ccecbf5d3a64808e Thai Thien 2020-12-06 10:27:13
if self.dataset_name == "shanghaitech_non_overlap_test_with_densitygt" and not self.train: ca2bf6f9372ccdd5b880f2dd7be2023840afdd1d Thai Thien 2020-12-06 10:24:21
yeah forgot to change ds name bfdf3cfe27be5f51de300e231b6b79f903a71624 Thai Thien 2020-12-06 10:17:37
eval_only mode should not save bf03ec80b43e070501c043f7428d55d8409b960c Thai Thien 2020-12-06 10:14:22
now we output density map for testing fb1f9f1c8abeb2311f0637db5f7b4c4ca4b43810 Thai Thien 2020-12-06 10:12:01
predict 8a312e6bcbe7a8b726cf1a01497db09bc21fea51 Thai Thien 2020-12-06 09:57:58
go ssim and psnr d9b0d9c0417835c51ea59c66d85b8821480d0357 Thai Thien 2020-12-06 09:36:21
t4 624c9948c2099f16bd66f30a0c18093367b8a113 Thai Thien 2020-12-06 03:59:20
adamw1_ccnnv7_t3_bike 944e85901a2c22fd09f771cd1dd295f5a0ead80b Thai Thien 2020-12-06 03:51:57
train ccnn baseline on mybike ds 72d6a45b37523136c36ef208e7c9ab0893bce3da Thai Thien 2020-12-06 03:25:17
my collate on my bike 748f11c4b2ddbd37e5dda3b9472558fa49689c1f Thai Thien 2020-12-05 19:06:48
Commit 3196ece275027e4d032a0bddb84ce310c15f2380 - sha
Author: Thai Thien
Author date (UTC): 2020-12-06 13:46
Committer name: Thai Thien
Committer date (UTC): 2020-12-06 13:46
Parent(s): 524c6f7196908527367ddcbfc340107e4092cc6e
Signer:
Signing key:
Signing status: N
Tree: 9231ad03472862e17d5a250a88534352710cde5d
File Lines added Lines deleted
predict_script/dccnn/dccnn_sha.sh 4 4
File predict_script/dccnn/dccnn_sha.sh copied from file predict_script/dccnn/dccnn_shb.sh (similarity 69%) (mode: 100644) (index 0208222..7089c0f)
1 task="eval_bigtail13i_t2_shb"
1 task="eval_l2_adamw2_bigtail13i_t12_sha"
2 2 # HTTPS_PROXY="http://10.60.28.99:86" # HTTPS_PROXY="http://10.60.28.99:86"
3 3 CUDA_VISIBLE_DEVICES=0 OMP_NUM_THREADS=2 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \ CUDA_VISIBLE_DEVICES=0 OMP_NUM_THREADS=2 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python experiment_main.py \
4 4 --task_id $task \ --task_id $task \
5 --note "eval dccnn adamw1_bigtail13i_t1_shb shb" \
5 --note "eval dccnn l2_adamw2_bigtail13i_t12_sha sha" \
6 6 --model "BigTail13i" \ --model "BigTail13i" \
7 --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_3/part_B \
7 --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_3/part_A \
8 8 --eval_only \ --eval_only \
9 9 --batch_size 1 \ --batch_size 1 \
10 --load_model /data/rnd/thient/crowd_counting_framework/saved_model_best/adamw1_bigtail13i_t1_shb/adamw1_bigtail13i_t1_shb_checkpoint_valid_mae=-7.574910521507263.pth \
10 --load_model /data/rnd/thient/crowd_counting_framework/saved_model_best/l2_adamw2_bigtail13i_t12_sha/l2_adamw2_bigtail13i_t12_sha_checkpoint_valid_mae=-90.4343.pt \
11 11 --datasetname shanghaitech_non_overlap_test_with_densitygt \ --datasetname shanghaitech_non_overlap_test_with_densitygt \
12 12 --eval_density \ --eval_density \
13 13 --epochs 1201 > logs/$task.log & --epochs 1201 > logs/$task.log &
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/hahattpro/crowd_counting_framework

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/hahattpro/crowd_counting_framework

Clone this repository using git:
git clone git://git.rocketgit.com/user/hahattpro/crowd_counting_framework

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main