Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
ppizarror committed Aug 14, 2024
1 parent 3981fec commit ed65862
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion MLStructFP_benchmarks/utils/_fp_patch_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ class FloorPatchGenerator(object):
_gen_binary: 'RectBinaryImage'
_gen_photo: 'RectFloorPhoto'
_image_size: int
_img_size: int
_min_binary_area: float
_patch_size: float
_test_ignored_patches: List[int]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
'Keras <= 2.3.1',
'keras_tqdm <= 2.0.1',
'matplotlib <= 3.5.3',
'MLStructFP >= 0.6.3',
'MLStructFP >= 0.6.4',
'numpy <= 1.18.5',
'Pillow >= 10.4.0',
'plotly >= 5.23.0',
Expand Down

0 comments on commit ed65862

Please sign in to comment.