Junho Cho

Results 12 comments of Junho Cho

https://github.com/numirias/semshi/issues/17#issuecomment-444476291 mentioned "Next Nvim release 0.3.2 (+ accompanying pynvim release) will fix this." I tried re-install semshi package but failed. Re-install neovim worked: `sudo apt install neovim`

Hi, I could fix it. Look at your open your `./GCMakeLists.txt` and somewhere mentions: `message("Caffe_DIR is ${Caffe_DIR}") #specify Caffe_DIR in /cmake/Modules/findCaffe.cmake` This is actually `/cmake/Modules/FindCaffe.cmake` and go into the directory...

test code and the demo with jupyter notebook seemingly work, but still i wonder if you have faced same issue on prerendering

Seems the code calculate time taken of `data_time` and `batch_time` with `time.time() - start`. https://github.com/hustvl/YOLOP/blob/d37e600cf71ecac20b08865ddfe923d76fd02d55/lib/core/function.py#L48-L95 reseting start with `time.time()` at the end of `for i, (input, target, paths, shapes) in...

Dooray! Failure Notice Failure Notice Your message sent to ***@***.*** has failed to be delivered. Please refer to the below for details. * Recipient :  ***@***.*** * Sent time : ...

Actually, this is quite necessary. Even though I download `.cach/huggingface/` and move it to server without internet, it seems still asking internet connection.

Hello @gunesevitan , if you don't mind could please elaborate more details? I found `blip_caption_base_coco.yaml` and `med_config.json` in `./lavis/configs/models`. Where can I download `blip_coco_caption_base.pth`? Cannot find in `.cache/huggingface/`

Oh, thanks for your information. I was looking on your code, too! Your experience helps me a lot.

And I was trying to reproduce PSNR with MATLAB, too. THX again.

If you see `./src/util.lua`, `prepImageNet` function simply goes to ImageNet directory and count and read all file names. Just change line 70~80 in `./train-SRResNet.lua` into CelebA or something. Fix `prepImageNet`...