Skip to content

Commit

Permalink
for cutting after crop
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanklut committed Dec 12, 2023
1 parent 59bff9a commit 20872e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion datasets/augmentations.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
import numpy as np
from detectron2.config import CfgNode
from fvcore.transforms.transform import Transform
from scipy.ndimage import gaussian_filter

sys.path.append(str(Path(__file__).resolve().parent.joinpath("..")))
from scipy.ndimage import gaussian_filter

from datasets.transforms import (
AffineTransform,
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
- timm
- gunicorn
- pillow
- shapely
# - pygments #Optional for colors
- pip:
- natsort
Expand Down
1 change: 1 addition & 0 deletions environment_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies:
- timm
- gunicorn
- pillow
- shapely
# - pygments #Optional for colors
- pip:
- natsort
Expand Down

0 comments on commit 20872e0

Please sign in to comment.