List of commits:
Subject Hash Author Date (UTC)
bike_video_frame_404_dccnn_t3 bbbd4ad319ac87586afc6ce6675adcf9d5f41fef Thai Thien 2020-12-18 15:53:26
fix load model stuff 8c5c9c985fb747dc6392c86aa5f49282f8d12297 Thai Thien 2020-12-18 15:44:21
import comet first dd4426221a95d0916c8cc7c02c7587ada1d910b5 Thai Thien 2020-12-18 15:41:59
predict on frame from video ec39a97372a15ad75811fdb3417d2e48078a30b2 Thai Thien 2020-12-18 15:40:36
fix normalize in data loader 56a64c14dc62c96aba532d233ff2782414738d05 Thai Thien 2020-12-17 15:36:22
change gpu 5 46d32b3fc05909b61f56389b01c2e50e52937d9b Thai Thien 2020-12-16 16:40:47
eval_dccnn_bike_video_VID_20201204_133931_404_model_adamw1_bigtail13i_t4_bike20 95bb636a0b544b7a72fc4c65acb47472da468766 Thai Thien 2020-12-16 16:35:14
eval_dccnn_bike_video_VID_20201204_133931_404_model_adamw1_bigtail13i_t3_bike20 27740a0e21ca42490f5cfe516b2453f7be3a2483 Thai Thien 2020-12-16 16:17:12
batch 2 85433ffd51070572d7e743a2b4ef53f340b658d4 Thai Thien 2020-12-15 16:57:56
reduce batch size 3 d2f145009c06f5e6e6e1e0270878ae275b611c2f Thai Thien 2020-12-15 16:55:46
t3 and t4 70e09414713ea22800d8e87a0dd984f18406c375 Thai Thien 2020-12-15 16:50:32
prepare bike 20s q100 556a4d8f695ca154a5db42b363a276d7ab233434 Thai Thien 2020-12-15 16:46:08
VID_20201204_133931_404 8264dcb4d5389ed8ef2920eb3419cfc505b6a09c Thai Thien 2020-12-13 11:31:10
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
Commit bbbd4ad319ac87586afc6ce6675adcf9d5f41fef - bike_video_frame_404_dccnn_t3
bike_video_frame_404_dccnn_t3
Author: Thai Thien
Author date (UTC): 2020-12-18 15:53
Committer name: Thai Thien
Committer date (UTC): 2020-12-18 15:53
Parent(s): 8c5c9c985fb747dc6392c86aa5f49282f8d12297
Signing key:
Tree: 26c98365f5a91995ae6c69e29072bde0b17dca5d
File Lines added Lines deleted
predict_script/generate_video/bike_video_frame_404_dccnn_t3.sh 4 4
File predict_script/generate_video/bike_video_frame_404_dccnn_t3.sh copied from file predict_script/generate_video/bike_video_frame_404_dccnn_t4.sh (similarity 69%) (mode: 100644) (index 59cf470..c8fd234)
1 task="bike_video_frame_404_dccnn_t4"
1 task="bike_video_frame_404_dccnn_t3"
2 2 # HTTPS_PROXY="http://10.60.28.99:86" # HTTPS_PROXY="http://10.60.28.99:86"
3 CUDA_VISIBLE_DEVICES=2 OMP_NUM_THREADS=2 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python predict_image.py \
3 CUDA_VISIBLE_DEVICES=3 OMP_NUM_THREADS=2 PYTHONWARNINGS="ignore" HTTPS_PROXY="http://10.60.28.99:86" nohup python predict_image.py \
4 4 --task_id $task \ --task_id $task \
5 --note "predict image frame 404, q100, model t4 " \
5 --note "predict image frame 404, q100, model t3 " \
6 6 --model "BigTail13i" \ --model "BigTail13i" \
7 7 --input /data/rnd/thient/thient_data/crowd_counting_video/video_frame/video_bike_q100 \ --input /data/rnd/thient/thient_data/crowd_counting_video/video_frame/video_bike_q100 \
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 --eval_only \ --eval_only \
10 10 --batch_size 1 \ --batch_size 1 \
11 --load_model /data/rnd/thient/crowd_counting_framework/saved_model_best/adamw1_bigtail13i_t4_bike20/adamw1_bigtail13i_t4_bike20_checkpoint_valid_mae=-3.2068.pt \
11 --load_model /data/rnd/thient/crowd_counting_framework/saved_model_best/adamw1_bigtail13i_t3_bike20/adamw1_bigtail13i_t3_bike20_checkpoint_valid_mae=-3.0724.pt \
12 12 --datasetname shanghaitech_non_overlap_test_with_densitygt \ --datasetname shanghaitech_non_overlap_test_with_densitygt \
13 13 --eval_density \ --eval_density \
14 14 --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