Hwi Kwon

Results 14 comments of Hwi Kwon

If I use cuda 9.0 and continue installing as `conda_packagelist.txt`, I get error during execute ``` cd /models/py_utils/_cpools/ python setup.py install --user ```

Thanks for reply! Could you let me know which packages did you use for CUDA 9.0 instead of below? ``` https://conda.anaconda.org/caffe2/linux-64/caffe2-cuda8.0-cudnn7-0.8.dev-py36_2018.05.14.tar.bz2 https://repo.continuum.io/pkgs/free/linux-64/cudatoolkit-8.0-3.tar.bz2 https://conda.anaconda.org/pytorch/linux-64/pytorch-0.4.0-py36_cuda8.0.61_cudnn7.1.2_1.tar.bz2 ```

Has one-shot learning for video tracking implemented? (subsection 4. in the paper)

How can I use `LevelSetLayer2D` in batch training?

@bruel-gabrielsson Thank you for reply. Should I have to set $p, q, i$ (from your paper) in the `cost_function`? From the code below, cost function deals with only 0-dimension topological...

Your codes 1 and 2 look so different. Could you let me know the difference of them? If possible, please indicate where I can refer from your paper or blog.

Hi @nikitakaraevv, @qsisi Thank you for sharing your excellent work. I've been attempting to create a training dataset by following your instructions, which involved downloading the dataset and modifying the...

@qsisi Setting different dataset name "movi_f/512x512" works. Thank you so much.

Hello, and thanks for sharing this great project! I’m trying to run the TAPNext training code, but I’m hitting the following error when my batch size is 2 (it works...