List of commits:
Subject Hash Author Date (UTC)
evaluatuion shb b80eac051649c36ea1631cc4701e6d1d587d7887 Thai Thien 2020-08-23 09:26:45
fix evaluation shb 51cbe92724973f64cb046f7f49fb1976400827e4 Thai Thien 2020-08-23 09:18:35
typo 1cba17e02cc79ee73c4ad5c9f1faab4913f92b01 Thai Thien 2020-08-23 08:53:21
fix file, mae, mse 245396d814f5d83dff1fd1ecc9fcd403be1805cb Thai Thien 2020-08-23 08:52:16
file name strage stuff caeb9f9608e91cf6a1323d9ae9f4fb215c4dd6ea Thai Thien 2020-08-23 08:44:54
TypeError: can only concatenate str (not "list") to str e8aebcfb782966c11c3ca116b5a9cc254021a73d Thai Thien 2020-08-23 08:41:02
key error 5732100d6aca8e3fea6a4d25270edefbc8148a2a Thai Thien 2020-08-23 08:39:09
fix target fdbda2c6923dd164560448a445cd64ff413fc804 Thai Thien 2020-08-23 08:37:48
test path 06d268f873e6ceea93a8e8741d819a03b324cedb Thai Thien 2020-08-23 08:27:38
a 1d73d926894edbc600db678316b9b24a583c4cb8 Thai Thien 2020-08-23 08:25:58
test set bb1e40fc7806c8bef5e94fbaa54ac9af3b599041 Thai Thien 2020-08-23 08:23:30
remove epoch stuff 2cc6434aa298b6da90b4577ce529f971119b86c7 Thai Thien 2020-08-23 07:53:36
evaluation_shb_CompactCNNV7i_t1 28cf202a306b775967c6e466120b019ae1eb6a4d Thai Thien 2020-08-23 07:49:51
evaluation shb 44f3dfdc9e3ad2787cc5286a64f1b28363796b19 Thai Thien 2020-08-23 07:32:50
performance_shb_CompactCNNV7i_t1 2698927959f377bb8308e54aebf029d8a18abf39 Thai Thien 2020-08-14 16:47:58
t7 test size 1 again 06fd0b91bf3c4c7d7713972f91c75ad33e0f25e7 Thai Thien 2020-08-14 16:38:33
t6 pin mem c573feae8f739502b53497c3482dae7a5c55aff7 Thai Thien 2020-08-14 16:35:19
testsize 20 77b4d29cbc8305943c2ec025d60b3937e1686d33 Thai Thien 2020-08-14 16:31:53
t4 increase core 80bcac87ccb6b10ce6e438fcce2f52e52fe1600a Thai Thien 2020-08-14 16:30:02
t3 eb03a48f24f38a078e8a77ba7a25fc647ecb642d Thai Thien 2020-08-14 16:27:21
Commit b80eac051649c36ea1631cc4701e6d1d587d7887 - evaluatuion shb
Author: Thai Thien
Author date (UTC): 2020-08-23 09:26
Committer name: Thai Thien
Committer date (UTC): 2020-08-23 09:26
Parent(s): 51cbe92724973f64cb046f7f49fb1976400827e4
Signer:
Signing key:
Signing status: N
Tree: b74ef9f3660539c70c13b4cb085b60d24bf13a62
File Lines added Lines deleted
debug/evaluate_shb.py 1 1
train_script/debug/evaluation_shb_BigTail13i_t1.sh 4 4
train_script/debug/evaluation_shb_CompactCNNV7i_t2.sh 1 1
File debug/evaluate_shb.py changed (mode: 100644) (index 1d637ab..9216dd7)
... ... def visualize_evaluation_shanghaitech_keepfull(model, args):
88 88 error = abs(pred_count_num-gt_count_num) error = abs(pred_count_num-gt_count_num)
89 89 mae_s += error mae_s += error
90 90 mse_s += error*error mse_s += error*error
91 log_str = str(file_name_only) + " " + str(density_map_count_num) + " " + str(gt_count.item()) + str(pred_count.item())
91 log_str = str(file_name_only) + " " + str(density_map_count_num) + " " + str(gt_count.item()) + " " + str(pred_count.item())
92 92 print(log_str) print(log_str)
93 93 log_f.write(log_str+"\n") log_f.write(log_str+"\n")
94 94 log_f.close() log_f.close()
File train_script/debug/evaluation_shb_BigTail13i_t1.sh copied from file train_script/debug/evaluation_shb_CompactCNNV7i_t1.sh (similarity 82%) (mode: 100644) (index b785539..487c7ae)
1 task="evaluation_shb_CompactCNNV7i_t1"
2 CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=4 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python debug/evaluate_shb.py \
3 --model "CompactCNNV7i" \
1 task="evaluation_shb_BigTail13i_t1"
2 CUDA_VISIBLE_DEVICES=3 OMP_NUM_THREADS=4 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python debug/evaluate_shb.py \
3 --model "BigTail13i" \
4 4 --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_3/part_B/test_data \ --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_3/part_B/test_data \
5 5 --output visualize/$task \ --output visualize/$task \
6 --load_model saved_model_best/g1_ccnn_v7_t3_shb/g1_ccnn_v7_t3_shb_checkpoint_valid_mae=-8.881268501281738.pth \
6 --load_model saved_model_best/adamw1_bigtail13i_t1_shb/adamw1_bigtail13i_t1_shb_checkpoint_valid_mae=-7.574910521507263.pth \
7 7 --meta_data logs/$task.txt \ --meta_data logs/$task.txt \
8 8 --datasetname shanghaitech_non_overlap \ --datasetname shanghaitech_non_overlap \
9 9 > logs/$task.log & > logs/$task.log &
File train_script/debug/evaluation_shb_CompactCNNV7i_t2.sh copied from file train_script/debug/evaluation_shb_CompactCNNV7i_t1.sh (similarity 97%) (mode: 100644) (index b785539..5580554)
1 task="evaluation_shb_CompactCNNV7i_t1"
1 task="evaluation_shb_CompactCNNV7i_t2"
2 2 CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=4 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python debug/evaluate_shb.py \ CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=4 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python debug/evaluate_shb.py \
3 3 --model "CompactCNNV7i" \ --model "CompactCNNV7i" \
4 4 --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_3/part_B/test_data \ --input /data/rnd/thient/thient_data/shanghaitech_with_people_density_map/ShanghaiTech_3/part_B/test_data \
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