Ahn, Heejune

Results 6 issues of Ahn, Heejune

When I test libdash_memoryleak_test on Linux (after commenting out the Windows dependency), I got this error at delete(seg). "pure virtual method called error" could happen when a pure virtual function...

in demo.py camera_translation = torch.stack([pred_camera[:,1], pred_camera[:,2], 2*constants.FOCAL_LENGTH/(constants.IMG_RES * pred_camera[:,0] +1e-9)],dim=-1) Can you explain why tz the camera translation in z coordinate is 2*constants.FOCAL_LENGTH / constants.IMG_RES * pred_camera[:,0] = 2 *...

(vicuna) ahnlab@ahnlab-desktop:~/GPT/StarCoder/GPTQ-for-SantaCoder$ python -m santacoder_inference bigcode/starcoderbase --wbits 4 --groupsize 128 --load starcoderbase-GPTQ-4bit-128g/model.pt Loading checkpoint shards: 100%|██████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 7/7 [01:12

I installed and tested your defogging package. The quality of defogged was good to me, but it is too slow for real-time video application. So I would like to implement...

Your SCM implementation is very effient and good mostly but I think it miss the ROTATION invariance property. The rotation invariance and scale invariant is important properties in most application....