Skip to content

Commit 7023ad1

Browse files
committed
no message
1 parent 5865424 commit 7023ad1

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

correlation/correlation.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
#!/usr/bin/env python
22

3-
import torch
4-
53
import cupy
64
import re
5+
import torch
76

87
kernel_Correlation_rearrange = '''
98
extern "C" __global__ void kernel_Correlation_rearrange(

run.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
#!/usr/bin/env python
22

3-
import torch
4-
53
import getopt
64
import math
75
import numpy
8-
import os
96
import PIL
107
import PIL.Image
118
import sys
9+
import torch
1210

1311
try:
1412
from .correlation import correlation # the custom cost volume layer

0 commit comments

Comments
 (0)