marta-marta commited on
Commit
cc9b4d3
·
1 Parent(s): 7b9102e

Start testing streamlit implementation

Browse files
Data_Generation/Dataset_Generation_Functions.py CHANGED
@@ -3,8 +3,8 @@ import numpy as np
3
  # from Data_Generation.Shape_Generation_Functions import basic_box, diagonal_box_split, horizontal_vertical_box_split, \
4
  # back_slash_box, forward_slash_box, back_slash_plus_box, forward_slash_plus_box, hot_dog_box, hamburger_box, \
5
  # x_hamburger_box, x_hot_dog_box, x_plus_box
6
-
7
- from Piecewise_Box_Functions import basic_box_array, back_slash_array, forward_slash_array, hamburger_array, hot_dog_array
8
  import matplotlib.pyplot as plt
9
 
10
 
 
3
  # from Data_Generation.Shape_Generation_Functions import basic_box, diagonal_box_split, horizontal_vertical_box_split, \
4
  # back_slash_box, forward_slash_box, back_slash_plus_box, forward_slash_plus_box, hot_dog_box, hamburger_box, \
5
  # x_hamburger_box, x_hot_dog_box, x_plus_box
6
+ from Data_Generation.Piecewise_Box_Functions import basic_box_array, back_slash_array, forward_slash_array, hamburger_array, hot_dog_array
7
+ # from Piecewise_Box_Functions import basic_box_array, back_slash_array, forward_slash_array, hamburger_array, hot_dog_array
8
  import matplotlib.pyplot as plt
9
 
10