TimeCycle icon indicating copy to clipboard operation
TimeCycle copied to clipboard

Learning Correspondence from the Cycle-consistency of Time (CVPR 2019)

Results 9 TimeCycle issues
Sort by recently updated
recently updated
newest added

I tried evaluating using imagenet pre-trained resent50 model by removing the `--resume` flag and providing `--pretrained-imagenet` flag while running `test_davis.py`. I got a J_mean of 45.2 and F_mean of 48.8...

Hi,xiaolong, Thanks for your appealing work. When you inflating the ResNet2d into ResNet3d, I noticed that you returned the `batch2d` object in [>>inflate_batch_norm()

I am trying to test my trained network, but the script can't seem to find vallist.txt at the location it expects it to be (DATASET_FOLDER/davis/DAVIS/vallist.txt). I dowloaded Test-Dev 2017 and...

Hi, I have a question about a parameter set in https://github.com/xiaolonw/TimeCycle/blob/master/models/videos/model_simple.py#L82 ,why set the offset_factor to 227/210.

Hi, I am in the process of training on a custom dataset. I have 12 videos, each with 250 jpeg images and the appropriate .txt file for the dataset which...

I was looking at the `transform_trans_out` in `model_simple.py` function and I noticed that the 2D rotation matrix is multiplied by 1/3. Could you please help figure out the reason for...

Hi. I used the provided code to train TimeCycle on some other video datasets. Finetuning the network with the provided `checkpoint_14.pth.tar` works fine. But when I training the network from...

Hi, I am interested in the learned representatin's transfered performance on object detection task. I notice that you fine-tuned the learned network on PASCAL VOC 2007 in your past two...