MaskFlownet
MaskFlownet copied to clipboard
[CVPR 2020, Oral] MaskFlownet: Asymmetric Feature Matching with Learnable Occlusion Mask
Do not load FlyingThings3D training samples containing some NaN (or +-Inf) flow values. See "There are NaN values in the data!" in FAQ at https://lmb.informatik.uni-freiburg.de/resources/datasets/SceneFlowDatasets.en.html.
Hi, Many thanks for your nice work. I have a question in weights fold what the difference between '771Sep25-0735_500000' and 'abbSep15-1037_500000' . I saw in the readme 771Sep25-0735_500000 in Pre-trained...
I train the Maskflownet on Sintel train + KITTI 2015 + HD1K without any change of your code, however the performance of my own trained model is not as well...
In this line https://github.com/microsoft/MaskFlownet/blob/master/network/MaskFlownet.py#L306 Should it be `c2s = [c21, c22, c23, c24, c25, c26]` instead of `c2s = [c21, c12, c13, c24, c25, c26]` ? The latter version doesn't...
Hi, I have noticed that your work mainly uses 'cv2.imread' as image IO, which reads an image as BGR format. But in Sintel.py, I found a mixed use of 'skimage.io.imread'...
Issue is on training the validation loss goes up too much very quickly. check logs below. I have added chairsSDHom data loading script as follows. Changes: 1) Loading data at...
'os.listdir' will return different results in different filesystems, add 'sorted()' to make sure the order. Please refer to the issue here: https://stackoverflow.com/questions/4813061/non-alphanumeric-list-order-from-os-listdir
Hi, Thank you very much for providing the source code, it's really awesome. I have several questions about the provided checkpoints, 1. For the provided `dbbSep30-1206_1000000` checkpoint, it seems that...
I have noticed that your training loop leaks small amounts of RAM memory.Any idea on what may have caused this? time taken= 9.865329265594482 | steps= 1 | cpu= 51.8 |...
Hi, When I run the main.py with "MaskFlownet_S_sintel.yaml --dataset_cfg sintel_kitti2015_hd1k.yaml -g 0 -c dbbSep30-1206 --clear_steps", i got the error like below: Traceback (most recent call last): File "/MaskFlownet-master/main.py", line 537,...