liteflownet-tf2
liteflownet-tf2 copied to clipboard
LiteFlowNet inference realization with TensorFlow 2
2020-04-15 15:11:29.506122: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1 2020-04-15 15:11:29.522529: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:1006] successful NUMA node read from SysFS had negative value (-1), but there must be at least one...
The out.flow file is not executed for display after the complete execution of eval.py. The out.flow file is created in the directory but I'm not sure how to access it.
Using tensorflow v2.3.1 with tensorflow-addons v0.12.0-dev on python v3.8.6. When I run `eval.py` with this command: ```shell $ python eval.py ``` I get the following output: ```text 2020-11-10 07:37:39.352852: I...
Is it possible to convert this tensorflow model to tflite and run the model on Android? Has someone ever tried ?
After following all the steps and running this line `!python eval.py --img1=./images/first.png --img2=./images/second.png --flow=./out.flow --display_flow=True ` I got this error: ``` 2020-07-21 10:55:35.414384: I tensorflow/stream_executor/platform/default/dso_loader.cc:44] Successfully opened dynamic library libcuda.so.1...
Based on one simple test I found that the `tf_warp(image, flow)` produced different result than `tfa.dense_image_warp(image, flow)`. (https://www.tensorflow.org/addons/api_docs/python/tfa/image/dense_image_warp) Would you please verify if they should be producing the same results?...
I am wondering why would we need `module_feat()` within `matching()`? More specifically I did not find any reference from the original paper that says we need to apply a convolutional...
I was trying to use pretraind model but, i encounter a lot of errors here is the error: If using Keras pass *_constraint arguments to layers. Traceback (most recent call...