Long(Tony) Lian

Results 16 issues of Long(Tony) Lian

Thanks for the amazing paper! I have a few questions about the details of the results in Figure 6 in the paper. I tried to use the linear probing code...

This fixes the inference issue that we only take into account the printed data.

Add `gather` macro which uses `gather` function in QueryOperators.jl.

enhancement

https://github.com/queryverse/StatFiles.jl/issues/1

enhancement

This fixes #69.

I notice that there is a script called `scannet_masked_ep1080_color.sh` that uses color + point cloud as model input. However, I did not see any discussions about using color input in...

Add RCF for Unsupervised Video Segmentation: Bootstrapping Objectness from Videos by Relaxed Common Fate and Visual Grouping

The link on the website doesn't work and shows a 404 Not Found error. https://kaldir.vc.in.tum.de/scannet_browse/scans/scannet/querier

The CUDA kernel is async and thus the timing is not measured correctly for GPU implementation. This PR moves the latency measurement to after memory copy since it's synchronized. An...

Hi! You said you sampled a balanced testing distribution from the training set in order to determine tau. Could you point me to the code which does this? In addition,...