List of commits:
Subject Hash Author Date (UTC)
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
no more abs and stuff 2c670747b22280596bd10aa37508405e7b94f05c Thai Thien 2020-12-06 16:31:58
self calculate psnr 384da4f7f346e1e984aa4cd7698cc3627c374dba Thai Thien 2020-12-06 16:27:42
let max value is y_max eef482d4f6b13eb78db9f4b32a6fd72501b0aeaf Thai Thien 2020-12-06 16:18:59
Commit f41362501a0bc3578de0a48e6cbe97966a66677c - detach cpu for save_density_map
Author: Thai Thien
Author date (UTC): 2020-12-13 11:19
Committer name: Thai Thien
Committer date (UTC): 2020-12-13 11:19
Parent(s): 3c23cd51890f8b791be91ad8eb74bdba9ace905a
Signing key:
Tree: b6dd554438a50f597f2a10ab7e2a3f77ee046292
File Lines added Lines deleted
predict_video_server.py 1 1
File predict_video_server.py changed (mode: 100644) (index 91c4031..b0348e6)
... ... if __name__ == "__main__":
62 62 pred_count = pred_np.sum() pred_count = pred_np.sum()
63 63 log_line = str(index) + "," + str(pred_count.item()) +"\n" log_line = str(index) + "," + str(pred_count.item()) +"\n"
64 64 log_file.write(log_line) log_file.write(log_line)
65 save_density_map(pred, predict_path)
65 save_density_map(pred.detach().cpu(), predict_path)
66 66 torch.save(pred, predict_path+".torch") torch.save(pred, predict_path+".torch")
67 67 print("save to ", predict_path) print("save to ", predict_path)
68 68 count += 1 count += 1
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