List of commits:
Subject Hash Author Date (UTC)
add VID_20201204_133931_404 a36ba35ca7c54dcf552d17a08fa8c87720ce1c69 Thai Thien 2020-12-13 11:30:24
print total length on console 6a956d93489926e99909d234bf4a7b13d39aad56 Thai Thien 2020-12-13 11:24:56
fix input of save_density_map dc2f014fdd570909b811ac77629f0c8c0ca156da Thai Thien 2020-12-13 11:21:37
detach cpu for save_density_map f41362501a0bc3578de0a48e6cbe97966a66677c Thai Thien 2020-12-13 11:19:45
predict_video_server pred.detach().cpu().numpy() 3c23cd51890f8b791be91ad8eb74bdba9ace905a Thai Thien 2020-12-13 11:14:51
remove stuff 212a4a703ae301fb90a0f292d8ccf19a1026e071 Thai Thien 2020-12-13 11:10:28
lot of code 6b7a87a75171b0ec8ffe85960a38dd68e787e8f7 Thai Thien 2020-12-13 11:06:50
WIP a6531891669668e489f67e90e862605ccb234911 Thai Thien 2020-12-12 16:02:50
video dataset 59decbaabe7942bd19934050a57867ec485ba1f7 Thai Thien 2020-12-12 11:03:11
generate density map f233f78f8c4fe17df088338d1b03e07f5a575896 Thai Thien 2020-12-12 03:44:15
ccnn_bike 39a8223af58efc64f44f95245ade87f7f66c679a Thai Thien 2020-12-09 10:14:03
load_data_shanghaitech_non_overlap_test_with_densitygt dont need mat 9bd1f7ce4931f3a172d8bb2858f74993eb8fd634 Thai Thien 2020-12-09 10:07:42
eval_adamw1_bigtail13i_t1_bike e587492003ee8cc117eb4c41a2f66958e228ed70 Thai Thien 2020-12-09 10:04:39
. f7f3c06081bcc2a46f438f58ca3302db047df7fb Thai Thien 2020-12-08 18:45:38
normal both ssim and psnr 8c3dce50a264bea46fae09ec9390ebaa188134ed Thai Thien 2020-12-06 16:46:35
forgot the abs da4b718d0e4c4e826fec189297807b478fa05bfc Thai Thien 2020-12-06 16:41:51
psnr abs 255 ffaf76a25ca6c15ed8d36a77c21bd6d9278ab690 Thai Thien 2020-12-06 16:40:51
normalize 255 d4e37756c87bb32afdd34ee368e0b5e826b9901f Thai Thien 2020-12-06 16:38:02
normalize y and y_pred 2d66ee480bf65be75533e6ee1d8e0c30f781d4c8 Thai Thien 2020-12-06 16:34:44
x b887624be4145f94800867033574b65e597de963 Thai Thien 2020-12-06 16:32:49
Commit a36ba35ca7c54dcf552d17a08fa8c87720ce1c69 - add VID_20201204_133931_404
Author: Thai Thien
Author date (UTC): 2020-12-13 11:30
Committer name: Thai Thien
Committer date (UTC): 2020-12-13 11:30
Parent(s): 6a956d93489926e99909d234bf4a7b13d39aad56
Signing key:
Tree: 94658950ccd48db6bddccbfcd724e57455a6bccd
File Lines added Lines deleted
predict_script/dccnn/dccnn_bike_video_VID_20201204_133807_086.sh 0 0
predict_script/dccnn/dccnn_bike_video_VID_20201204_133931_404.sh 1 1
File predict_script/dccnn/dccnn_bike_video_VID_20201204_133807_086.sh copied from file predict_script/dccnn/dccnn_bike_video.sh (similarity 100%)
File predict_script/dccnn/dccnn_bike_video_VID_20201204_133931_404.sh renamed from predict_script/dccnn/dccnn_bike_video.sh (similarity 95%) (mode: 100644) (index a200b1b..8a0778f)
... ... CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=4 PYTHONWARNINGS="ignore" HTTPS_PROXY="ht
4 4 --task_id $task \ --task_id $task \
5 5 --note "eval adamw1_bigtail13i_t1_bike" \ --note "eval adamw1_bigtail13i_t1_bike" \
6 6 --model "BigTail13i" \ --model "BigTail13i" \
7 --input /data/rnd/thient/thient_data/crowd_counting_video/raw_video/VID_20201204_133807_086.mp4 \
7 --input /data/rnd/thient/thient_data/crowd_counting_video/raw_video/VID_20201204_133931_404.mp4 \
8 8 --output /data/rnd/thient/thient_data/crowd_counting_video/predict_video/ \ --output /data/rnd/thient/thient_data/crowd_counting_video/predict_video/ \
9 9 --batch_size 1 \ --batch_size 1 \
10 10 --load_model /data/rnd/thient/crowd_counting_framework/saved_model_best/adamw1_bigtail13i_t1_bike/adamw1_bigtail13i_t1_bike_checkpoint_valid_mae=-2.6874878883361815.pth \ --load_model /data/rnd/thient/crowd_counting_framework/saved_model_best/adamw1_bigtail13i_t1_bike/adamw1_bigtail13i_t1_bike_checkpoint_valid_mae=-2.6874878883361815.pth \
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