Spaces:
Runtime error
Runtime error
sunshangquan
commited on
Commit
·
234aa2c
1
Parent(s):
e7675d5
commit from ssq
Browse files
basicsr/models/archs/histoformer_arch.py
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
import torch
|
2 |
import torch.nn as nn
|
3 |
import torch.nn.functional as F
|
4 |
-
from pdb import set_trace as stx
|
5 |
import numbers
|
6 |
|
7 |
from einops import rearrange
|
|
|
1 |
import torch
|
2 |
import torch.nn as nn
|
3 |
import torch.nn.functional as F
|
|
|
4 |
import numbers
|
5 |
|
6 |
from einops import rearrange
|
requirements.txt
CHANGED
@@ -1,2 +1,6 @@
|
|
1 |
torch
|
2 |
-
scikit-image
|
|
|
|
|
|
|
|
|
|
1 |
torch
|
2 |
+
scikit-image
|
3 |
+
opencv-python
|
4 |
+
numbers
|
5 |
+
math
|
6 |
+
einops
|