Nonu

Results 2 comments of Nonu

I meet the same issue, and I found the arg `data_format` of `deform_conv_op` is useless. Only make sure input a tensor with `NCHW` can the op `data_format` work.

here is my complete test code, `cus_test.py` file ```python import argparse import glob import os import time import cv2 import numpy as np from HDR import * def get_test_data_real(images_path): #...