JosephKKim
JosephKKim
Hello thank you for the nice work you provided. I am currently working on a project that uses yolo on android device... I was so happy to find out these...
Following the instruction in README, I've encountered 2 problems... 1. Problem was with the module named 'torch.ao', I see some issues about this in previous issues but still don't have...
I have additional question (since you seems like expert in snpe and dlc..) I was wondering model could be much more efficient if it can get input with batch >=...
Hi thanks for releasing the nice work, I've read the paper and now I'm trying to understand the implementation. Q1. Does anyone know why there are two lines of code...
https://github.com/hongsukchoi/3DCrowdNet_RELEASE/blob/fde86df0fb8799873cd19c683b8251b16640acb3/main/model.py#L38 Hello @hongsukchoi First, thanks for the nice work you've publicly released! Currently I'm doing a research on the multi-person reconstruction and while reading your code line by line I...
Hi thanks for the nice work! I am really interested in this work and trying to reproduce the result from the scratch. How long will it take on my 4...
Hello before using this github, I need account but they are not allowing me for a few months. So if any one can share account, it will be really helpful....
Thanks for releasing the code for inspiring work! Do you have preprocessed version for the SHT Part_B dataset? Thanks in advance! Joseph
Hello thanks for the interesting work! I am trying to run your code, calcuate_stat.py using the command you provided, but the code stops to work torch.distributed.init_process_group. What might be the...
You are setting generator in eval() mode in line #28 in test_r.py. Then, you are preforming MC-sampling from line #74. As far as I know, when the model is in...