facebookresearch / DetectAndTrack

The implementation of an algorithm presented in the CVPR18 paper: "Detect-and-Track: Efficient Pose Estimation in Videos"
Apache License 2.0
1k stars 186 forks source link

Regarding One of the methods in "workspace.py". #23

Closed imnaren142 closed 6 years ago

imnaren142 commented 6 years ago

Where is run-net () and create_net() is located.(<built-in method run_net of PyCapsule object at 0x7f047a09cd20> & <built-in method create_net of PyCapsule object at 0x7f047a09ccf0>). When run_net function gets called in the file "workspace.py" I am getting an exception and when I E searched for the run_net method it's in "test loader.py" , but it's not entering there.RuntimeError:

**Exception is this:

RuntimeError: [enforce fail at conv_opcudnn.cc:557] filter.dim32(i + 2) == kernel[i]. 7 vs 1 Error from operator: input: "gpu_0/data" input: "gpu_0/conv1_w" output: "gpu_0/conv1" name: "" type: "Conv" arg { name: "kernels" ints: 1 ints: 7 ints: 7 } arg { name: "exhaustive_search" i: 0 } arg { name: "order" s: "NCHW" } arg { name: "pads" ints: 0 ints: 3 ints: 3 ints: 0 ints: 3 ints: 3 } arg { name: "strides" ints: 1 ints: 2 ints: 2 } device_option { device_type: 1 cuda_gpu_id: 0 } engine: "CUDNN"**