instruction
stringclasses
30 values
input
stringlengths
1.57k
1.87k
output
stringlengths
135
212
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "wc", "area": 9.58, "vertices_coordinates": [[-4.04, 2.06], [-7.14, 2.06], [-7.14, -1.03], [-4.04, -1.03]], "door_locations": [[0.6, 1.03], [0.09, 3.61]], "window_locations": [[-6.62, 2.06]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[0.09, 6.19], [-5.07, 6.19], [-5.07, 2.06], [0.09, 2.06]], "door_locations": [[1.12, -1.03]], "window_locations": [[-1.46, 2.06]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "closest_amenity": "Parking"}, {"type": "foyer", "area": 17.03, "vertices_coordinates": [[4.21, 5.16], [0.09, 5.16], [0.09, 1.03], [4.21, 1.03]], "door_locations": [[0.09, 3.61], [-4.56, 2.06]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[6.28, -3.09], [1.12, -3.09], [1.12, -6.19], [6.28, -6.19]], "door_locations": [[-4.56, 2.06]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[6.28, 1.03], [1.12, 1.03], [1.12, -3.09], [6.28, -3.09]], "door_locations": [[1.12, -4.13]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[1.12, 1.03], [-4.04, 1.03], [-4.04, -5.16], [1.12, -5.16]], "door_locations": [[0.6, 1.03], [1.12, -1.03], [1.12, -4.13]], "window_locations": [[-1.98, 1.03], [-1.98, 1.03]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 21.28, "closest_amenity": "Parking"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[-1.72, -1.29], [-5.85, -1.29], [-5.85, -7.48], [-1.72, -7.48]], "door_locations": [[-1.72, -3.35]], "window_locations": [[-5.85, -4.38], [-3.78, -7.48]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.38, 3.87], [-2.75, 3.87], [-2.75, -1.29], [1.38, -1.29]], "door_locations": [[-2.24, -1.29], [-1.72, -3.35], [-4.3, -1.29]], "window_locations": [[-0.69, 3.87]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[3.44, -1.29], [-1.72, -1.29], [-1.72, -5.42], [3.44, -5.42]], "door_locations": [[1.38, 0.77], [4.47, 2.84]], "window_locations": [[0.86, -5.42], [3.44, -3.35]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.53, 2.84], [1.38, 2.84], [1.38, -1.29], [6.53, -1.29]], "door_locations": [[4.47, 2.84]], "window_locations": [[6.53, 0.77], [4.99, -1.29]], "views": "Pool", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[6.53, 5.93], [2.41, 5.93], [2.41, 2.84], [6.53, 2.84]], "door_locations": [[-4.3, -1.29]], "window_locations": [[4.47, 5.93], [2.41, 4.38]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-2.75, 3.87], [-6.88, 3.87], [-6.88, -1.29], [-2.75, -1.29]], "door_locations": [[-2.24, -1.29], [1.38, 0.77]], "window_locations": [[-6.88, 1.29], [-4.81, 3.87]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-2.24, -0.34], [-6.36, -0.34], [-6.36, -5.5], [-2.24, -5.5]], "door_locations": [[-2.24, 0.17], [-2.24, 2.75]], "window_locations": [[-6.36, -2.92], [-4.3, -5.5]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[-2.24, 4.81], [-6.36, 4.81], [-6.36, -0.34], [-2.24, -0.34]], "door_locations": [[-2.24, -2.92]], "window_locations": [[-6.36, 2.24], [-4.3, 4.81]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[1.89, 0.69], [-2.24, 0.69], [-2.24, -5.5], [1.89, -5.5]], "door_locations": [[-2.24, 0.17], [-2.24, -2.92], [1.89, -1.89]], "window_locations": [[-0.17, -5.5]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.92, 4.81], [-2.24, 4.81], [-2.24, 0.69], [2.92, 0.69]], "door_locations": [[-2.24, 2.75], [2.92, 2.24]], "window_locations": [[0.34, 4.81]], "views": "Greenhouse", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[6.02, 0.69], [1.89, 0.69], [1.89, -4.47], [6.02, -4.47]], "door_locations": [[2.92, 2.24]], "window_locations": [[6.02, -1.89], [3.95, -4.47]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 9.58, "views": "Workshop,Fruit Trees"}]}
{"vertices_coordinates": [[6.02, 3.78], [2.92, 3.78], [2.92, 0.69], [6.02, 0.69]], "door_locations": [[1.89, -1.89]], "window_locations": [[6.02, 2.24], [4.47, 3.78]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 29.8, "vertices_coordinates": [[1.55, -1.98], [-5.67, -1.98], [-5.67, -6.1], [1.55, -6.1]], "door_locations": [[0.52, -1.98], [1.55, 2.15]], "window_locations": [[-2.06, -6.1], [-5.67, -4.04]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "connectivity": ["livingroom"]}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[-0.52, 5.24], [-4.64, 5.24], [-4.64, 2.15], [-0.52, 2.15]], "door_locations": [[0.52, -1.98], [-3.09, -1.98], [1.55, -4.56]], "window_locations": [[-2.58, 5.24], [-4.64, 3.7]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.64, 2.15], [-0.52, 2.15], [-0.52, -1.98], [4.64, -1.98]], "door_locations": [[1.55, 2.15], [-0.52, 3.7]], "window_locations": [[4.64, 0.09], [3.09, -1.98]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[3.61, 7.31], [-0.52, 7.31], [-0.52, 2.15], [3.61, 2.15]], "door_locations": [[-0.52, 3.7]], "window_locations": [[3.61, 4.73], [1.55, 7.31]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[6.71, -3.01], [1.55, -3.01], [1.55, -6.1], [6.71, -6.1]], "door_locations": [[1.55, -4.56]], "window_locations": [[4.13, -3.01], [4.13, -6.1]], "views": "Workshop,Fruit Trees", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[-0.52, 2.15], [-5.67, 2.15], [-5.67, -1.98], [-0.52, -1.98]], "door_locations": [[-3.09, -1.98]], "window_locations": [[-5.67, 0.09]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "closest_amenity": "Parking"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[1.12, -0.26], [-5.07, -0.26], [-5.07, -4.38], [1.12, -4.38]], "door_locations": [[-3.01, -0.26]], "window_locations": [[-1.98, -4.38]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-0.95, 4.9], [-5.07, 4.9], [-5.07, -0.26], [-0.95, -0.26]], "door_locations": [[0.09, -0.26], [-3.01, -0.26], [-5.07, -1.81]], "window_locations": [[-3.01, 4.9], [-5.07, 3.35]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.21, 3.87], [-0.95, 3.87], [-0.95, -0.26], [4.21, -0.26]], "door_locations": [[2.66, -0.26], [5.24, -0.26]], "window_locations": [[1.63, 3.87]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.28, -0.26], [1.12, -0.26], [1.12, -4.38], [6.28, -4.38]], "door_locations": [[5.24, -0.26]], "window_locations": [[3.7, -4.38], [6.28, -2.32]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[8.34, 2.84], [4.21, 2.84], [4.21, -0.26], [8.34, -0.26]], "door_locations": [[-5.07, -1.81]], "window_locations": [[6.28, 2.84], [8.34, 1.29]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-5.07, 1.81], [-8.17, 1.81], [-8.17, -3.35], [-5.07, -3.35]], "door_locations": [[0.09, -0.26], [2.66, -0.26]], "window_locations": [[-8.17, -0.77], [-6.62, -3.35]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 21.28, "vertices_coordinates": [[-3.52, -1.29], [-7.65, -1.29], [-7.65, -6.45], [-3.52, -6.45]], "door_locations": [[1.63, -2.32], [3.18, -0.26]], "window_locations": [[-7.65, -3.87], [-5.59, -6.45]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-0.43, 4.9], [-4.56, 4.9], [-4.56, -0.26], [-0.43, -0.26]], "door_locations": [[-1.98, -0.26]], "window_locations": [[-4.56, 2.32], [-2.49, 4.9]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[1.63, -0.26], [-3.52, -0.26], [-3.52, -6.45], [1.63, -6.45]], "door_locations": [[1.63, -2.32], [-1.98, -0.26], [-3.52, -3.87]], "window_locations": [[-0.95, -6.45], [1.63, -5.42]], "views": "Pool", "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[4.73, 3.87], [-0.43, 3.87], [-0.43, -0.26], [4.73, -0.26]], "door_locations": [[3.18, -0.26], [3.18, 3.87]], "window_locations": [[4.73, 1.81], [0.6, 3.87]], "views": "Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 17.03, "views": "Immediate surroundings"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[4.73, 6.96], [1.63, 6.96], [1.63, 3.87], [4.73, 3.87]], "door_locations": [[-3.52, -3.87]], "window_locations": [[3.18, 6.96], [4.73, 5.42]], "views": "Workshop,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[5.76, -0.26], [1.63, -0.26], [1.63, -4.38], [5.76, -4.38]], "door_locations": [[3.18, 3.87]], "window_locations": [[3.7, -4.38], [5.76, -2.32]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "closest_amenity": "Parking"}, {"type": "bedroom", "area": 17.03, "vertices_coordinates": [[-0.26, 3.61], [-4.38, 3.61], [-4.38, -0.52], [-0.26, -0.52]], "door_locations": [[3.87, -2.58]], "window_locations": [[-4.38, 1.55]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[-1.29, 6.71], [-4.38, 6.71], [-4.38, 3.61], [-1.29, 3.61]], "door_locations": [[1.81, -0.52], [3.87, -2.58], [-2.32, -3.09]], "window_locations": [[-2.84, 6.71], [-4.38, 5.16]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[3.87, -0.52], [-2.32, -0.52], [-2.32, -5.67], [3.87, -5.67]], "door_locations": [[-0.26, 1.55], [-2.84, 3.61]], "window_locations": [[0.77, -5.67]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.87, 4.64], [-0.26, 4.64], [-0.26, -0.52], [3.87, -0.52]], "door_locations": [[-2.84, 3.61]], "window_locations": [[3.87, 2.06], [1.81, 4.64]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[9.03, -0.52], [3.87, -0.52], [3.87, -4.64], [9.03, -4.64]], "door_locations": [[-2.32, -3.09]], "window_locations": [[6.45, -0.52], [6.45, -4.64]], "views": "Workshop,Pool,Fruit Trees", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-2.32, -0.52], [-5.42, -0.52], [-5.42, -5.67], [-2.32, -5.67]], "door_locations": [[1.81, -0.52], [-0.26, 1.55]], "window_locations": [[-5.42, -3.09], [-3.87, -5.67]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 25.54, "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-3.09, 4.99], [-7.22, 4.99], [-7.22, -0.17], [-3.09, -0.17]], "door_locations": [[-5.16, -0.17]], "window_locations": [[-7.22, 2.41], [-5.16, 4.99]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[1.03, 4.99], [-3.09, 4.99], [-3.09, -0.17], [1.03, -0.17]], "door_locations": [[-1.03, -2.24], [-5.16, -0.17], [-2.06, -0.17]], "window_locations": [[-1.03, 4.99]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.09, -0.17], [-1.03, -0.17], [-1.03, -5.33], [3.09, -5.33]], "door_locations": [[2.06, -0.17], [5.16, -0.17]], "window_locations": [[1.03, -5.33], [3.09, -4.3]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[7.22, 3.95], [1.03, 3.95], [1.03, -0.17], [7.22, -0.17]], "door_locations": [[5.16, -0.17]], "window_locations": [[4.13, 3.95], [7.22, 1.89]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[7.22, -0.17], [3.09, -0.17], [3.09, -3.27], [7.22, -3.27]], "door_locations": [[-2.06, -0.17]], "window_locations": [[5.16, -3.27], [7.22, -1.72]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-1.03, -0.17], [-7.22, -0.17], [-7.22, -4.3], [-1.03, -4.3]], "door_locations": [[-1.03, -2.24], [2.06, -0.17]], "window_locations": [[-4.13, -4.3], [-7.22, -2.24]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 25.54, "vertices_coordinates": [[-1.81, 4.3], [-5.93, 4.3], [-5.93, -1.89], [-1.81, -1.89]], "door_locations": [[-1.29, -1.89], [2.32, 1.2]], "window_locations": [[-5.93, 1.2], [-3.87, 4.3]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.32, 3.27], [-1.81, 3.27], [-1.81, -1.89], [2.32, -1.89]], "door_locations": [[-1.29, -1.89], [-3.35, -1.89], [-0.77, -3.44]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[2.32, 6.36], [-1.81, 6.36], [-1.81, 3.27], [2.32, 3.27]], "door_locations": [[2.32, 1.2], [2.32, 3.78]], "window_locations": [[0.26, 6.36], [-1.81, 5.33]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Parking"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[4.38, -1.89], [-0.77, -1.89], [-0.77, -4.99], [4.38, -4.99]], "door_locations": [[2.32, 3.78]], "window_locations": [[1.81, -4.99], [4.38, -3.44]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.45, 4.3], [2.32, 4.3], [2.32, -0.86], [6.45, -0.86]], "door_locations": [[-0.77, -3.44]], "window_locations": [[6.45, 1.72], [4.38, -0.86]], "views": "Pool", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-0.77, -1.89], [-4.9, -1.89], [-4.9, -8.08], [-0.77, -8.08]], "door_locations": [[-3.35, -1.89]], "window_locations": [[-4.9, -4.99], [-2.84, -8.08]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 25.54, "vertices_coordinates": [[-0.17, -1.46], [-4.3, -1.46], [-4.3, -7.65], [-0.17, -7.65]], "door_locations": [[-2.24, -1.46], [-0.17, 2.66]], "window_locations": [[-4.3, -4.56], [-2.24, -7.65]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[-0.17, 3.7], [-4.3, 3.7], [-4.3, -1.46], [-0.17, -1.46]], "door_locations": [[-0.17, -1.98]], "window_locations": [[-4.3, 1.12], [-4.3, 1.12]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "wc", "area": 12.77, "closest_amenity": "Greenhouse"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[3.95, -2.49], [-0.17, -2.49], [-0.17, -7.65], [3.95, -7.65]], "door_locations": [[-0.17, 2.66], [-0.17, 4.73]], "window_locations": [[3.95, -5.07], [1.89, -7.65]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[4.99, 1.63], [-0.17, 1.63], [-0.17, -2.49], [4.99, -2.49]], "door_locations": [[-0.17, 4.73]], "window_locations": [[4.99, -0.43]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[4.99, 5.76], [-0.17, 5.76], [-0.17, 1.63], [4.99, 1.63]], "door_locations": [[-0.17, -5.07]], "window_locations": [[2.41, 5.76], [4.99, 3.7]], "views": "Workshop,Greenhouse,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-0.17, 6.79], [-4.3, 6.79], [-4.3, 3.7], [-0.17, 3.7]], "door_locations": [[-2.24, -1.46], [-0.17, -1.98], [-0.17, -5.07]], "window_locations": [[-2.24, 6.79], [-4.3, 5.24]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-1.03, -0.6], [-5.16, -0.6], [-5.16, -7.82], [-1.03, -7.82]], "door_locations": [[-1.55, -0.6], [1.03, 3.52]], "window_locations": [[-5.16, -4.21], [-3.09, -7.82]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[-1.03, 7.65], [-5.16, 7.65], [-5.16, 4.56], [-1.03, 4.56]], "door_locations": [[-1.03, -2.66]], "window_locations": [[-3.09, 4.56], [-3.09, 7.65]], "views": "Parking,Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.09, 3.52], [-2.06, 3.52], [-2.06, -0.6], [3.09, -0.6]], "door_locations": [[-1.55, -0.6], [-1.03, -2.66], [-1.03, -6.28]], "window_locations": [[-2.06, 1.46], [3.09, 1.46]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[4.13, -4.73], [-1.03, -4.73], [-1.03, -7.82], [4.13, -7.82]], "door_locations": [[1.03, 3.52], [-1.03, 6.1]], "window_locations": [[1.55, -7.82], [4.13, -6.28]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 25.54, "views": "Fruit Trees", "connectivity": ["livingroom"], "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[5.16, 7.65], [-1.03, 7.65], [-1.03, 3.52], [5.16, 3.52]], "door_locations": [[-1.03, -6.28]], "window_locations": [[2.06, 7.65], [5.16, 5.59]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[5.16, -0.6], [-1.03, -0.6], [-1.03, -4.73], [5.16, -4.73]], "door_locations": [[-1.03, 6.1]], "window_locations": [[5.16, -2.66], [4.13, -0.6]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 17.03, "vertices_coordinates": [[-2.75, 3.01], [-6.88, 3.01], [-6.88, -1.12], [-2.75, -1.12]], "door_locations": [[-2.24, -1.12], [1.38, 0.95]], "window_locations": [[-4.81, 3.01], [-6.88, 0.95]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-1.72, -1.12], [-5.85, -1.12], [-5.85, -8.34], [-1.72, -8.34]], "door_locations": [[-1.72, -3.18]], "window_locations": [[-5.85, -4.73], [-3.78, -8.34]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.38, 4.04], [-2.75, 4.04], [-2.75, -1.12], [1.38, -1.12]], "door_locations": [[-2.24, -1.12], [-1.72, -3.18], [-4.3, -1.12]], "window_locations": [[-0.69, 4.04]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[3.44, -1.12], [-1.72, -1.12], [-1.72, -5.24], [3.44, -5.24]], "door_locations": [[1.38, 0.95], [4.47, 3.01]], "window_locations": [[0.86, -5.24], [3.44, -3.18]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.53, 3.01], [1.38, 3.01], [1.38, -1.12], [6.53, -1.12]], "door_locations": [[4.47, 3.01]], "window_locations": [[6.53, 0.95], [4.99, -1.12]], "views": "Pool", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "closest_amenity": "Fruit Trees"}]}
{"vertices_coordinates": [[6.53, 6.1], [2.41, 6.1], [2.41, 3.01], [6.53, 3.01]], "door_locations": [[-4.3, -1.12]], "window_locations": [[4.47, 6.1], [2.41, 4.56]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 17.03, "farthest_amenity": "Workshop"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[-1.63, 6.53], [-4.73, 6.53], [-4.73, 3.44], [-1.63, 3.44]], "door_locations": [[3.52, -2.75]], "window_locations": [[-3.18, 6.53], [-3.18, 3.44]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.46, 2.41], [-2.66, 2.41], [-2.66, -2.75], [1.46, -2.75]], "door_locations": [[0.43, -2.75], [3.52, -2.75], [-0.6, -4.81]], "window_locations": [[-2.66, -0.17]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.49, 7.56], [-1.63, 7.56], [-1.63, 2.41], [2.49, 2.41]], "door_locations": [[-0.09, 2.41], [-1.63, 4.99]], "window_locations": [[2.49, 4.99], [0.43, 7.56]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Parking"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[5.59, -2.75], [-0.6, -2.75], [-0.6, -6.88], [5.59, -6.88]], "door_locations": [[-1.63, 4.99]], "window_locations": [[2.49, -6.88], [5.59, -4.81]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[5.59, 2.41], [1.46, 2.41], [1.46, -2.75], [5.59, -2.75]], "door_locations": [[-0.6, -4.81]], "window_locations": [[5.59, -0.17], [4.04, 2.41]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-0.6, -2.75], [-4.73, -2.75], [-4.73, -6.88], [-0.6, -6.88]], "door_locations": [[0.43, -2.75], [-0.09, 2.41]], "window_locations": [[-2.66, -6.88], [-4.73, -4.81]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "bedroom", "area": 21.28, "vertices_coordinates": [[-2.15, 0.26], [-6.28, 0.26], [-6.28, -4.9], [-2.15, -4.9]], "door_locations": [[1.98, -3.35], [-2.15, -2.84]], "window_locations": [[-6.28, -2.32], [-4.21, -4.9]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[-2.15, 3.35], [-5.24, 3.35], [-5.24, 0.26], [-2.15, 0.26]], "door_locations": [[4.04, 1.29]], "window_locations": [[-3.7, 3.35], [-5.24, 1.81]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.98, -0.77], [-2.15, -0.77], [-2.15, -5.93], [1.98, -5.93]], "door_locations": [[1.98, -3.35], [4.04, 1.29], [1.98, 0.26]], "window_locations": [[-0.09, -5.93]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 21.28, "closest_amenity": "Fruit Trees"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[6.1, 1.29], [1.98, 1.29], [1.98, -5.93], [6.1, -5.93]], "door_locations": [[-3.7, 0.26]], "window_locations": [[6.1, -2.32], [4.04, -5.93]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[6.1, 7.48], [1.98, 7.48], [1.98, 1.29], [6.1, 1.29]], "door_locations": [[1.98, 0.26]], "window_locations": [[6.1, 4.38], [4.04, 7.48]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[1.98, 4.38], [-2.15, 4.38], [-2.15, -0.77], [1.98, -0.77]], "door_locations": [[-2.15, -2.84], [-3.7, 0.26]], "window_locations": [[-0.09, 4.38]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "bedroom", "area": 21.28, "vertices_coordinates": [[-2.66, 0.69], [-6.79, 0.69], [-6.79, -4.47], [-2.66, -4.47]], "door_locations": [[2.49, -3.44], [-2.66, -2.92]], "window_locations": [[-6.79, -1.89], [-4.73, -4.47]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[-2.66, 3.78], [-5.76, 3.78], [-5.76, 0.69], [-2.66, 0.69]], "door_locations": [[4.56, 1.72]], "window_locations": [[-4.21, 3.78], [-5.76, 2.24]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.49, -1.38], [-2.66, -1.38], [-2.66, -5.5], [2.49, -5.5]], "door_locations": [[2.49, -3.44], [4.56, 1.72], [2.49, 0.17]], "window_locations": [[-0.09, -5.5]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[2.49, 2.75], [-2.66, 2.75], [-2.66, -1.38], [2.49, -1.38]], "door_locations": [[-2.66, -2.92], [-4.21, 0.69]], "window_locations": [[-0.09, 2.75], [-0.09, 2.75]], "views": "Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[6.62, 1.72], [2.49, 1.72], [2.49, -5.5], [6.62, -5.5]], "door_locations": [[-4.21, 0.69]], "window_locations": [[6.62, -1.89], [4.56, -5.5]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[6.62, 6.88], [2.49, 6.88], [2.49, 1.72], [6.62, 1.72]], "door_locations": [[2.49, 0.17]], "window_locations": [[6.62, 4.3], [2.49, 4.81]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-4.99, 1.89], [-9.11, 1.89], [-9.11, -3.27], [-4.99, -3.27]], "door_locations": [[0.17, 0.86], [2.75, 0.86]], "window_locations": [[-9.11, -0.69], [-7.05, -3.27]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[1.2, 0.86], [-4.99, 0.86], [-4.99, -4.3], [1.2, -4.3]], "door_locations": [[-4.99, -1.2]], "window_locations": [[-1.89, -4.3]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 17.03, "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.3, 4.99], [-0.86, 4.99], [-0.86, 0.86], [4.3, 0.86]], "door_locations": [[2.75, 0.86], [5.33, -1.2]], "window_locations": [[1.72, 4.99], [4.3, 2.92]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[5.33, 0.86], [1.2, 0.86], [1.2, -5.33], [5.33, -5.33]], "door_locations": [[5.33, -1.2]], "window_locations": [[3.27, -5.33], [5.33, -4.3]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[8.42, 0.86], [5.33, 0.86], [5.33, -3.27], [8.42, -3.27]], "door_locations": [[-2.92, 0.86]], "window_locations": [[8.42, -1.2], [6.88, 0.86]], "views": "Workshop,Fruit Trees", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-0.86, 4.99], [-4.99, 4.99], [-4.99, 0.86], [-0.86, 0.86]], "door_locations": [[0.17, 0.86], [-4.99, -1.2], [-2.92, 0.86]], "window_locations": [[-2.92, 4.99], [-4.99, 3.44]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-4.73, 1.03], [-8.85, 1.03], [-8.85, -4.13], [-4.73, -4.13]], "door_locations": [[1.46, -3.09], [4.56, -1.03]], "window_locations": [[-8.85, -3.09], [-7.82, 1.03]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[1.46, 0.0], [-4.73, 0.0], [-4.73, -5.16], [1.46, -5.16]], "door_locations": [[-4.73, -2.06]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[0.43, 3.09], [-4.73, 3.09], [-4.73, 0.0], [0.43, 0.0]], "door_locations": [[1.46, -3.09], [-4.73, -2.06], [-2.15, 0.0]], "window_locations": [[0.43, 2.06]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[3.52, 6.19], [-0.6, 6.19], [-0.6, 3.09], [3.52, 3.09]], "door_locations": [[4.56, -1.03], [3.01, 3.09]], "window_locations": [[1.46, 3.09], [1.46, 3.09]], "views": "Immediate surroundings", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 21.28, "views": "Immediate surroundings"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[7.65, 3.09], [2.49, 3.09], [2.49, -1.03], [7.65, -1.03]], "door_locations": [[-2.15, 0.0]], "window_locations": [[2.49, 1.03], [2.49, 1.03]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[6.62, -1.03], [1.46, -1.03], [1.46, -5.16], [6.62, -5.16]], "door_locations": [[3.01, 3.09]], "window_locations": []}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-3.18, 2.58], [-7.31, 2.58], [-7.31, -4.64], [-3.18, -4.64]], "door_locations": [[-3.18, -3.09], [1.98, -3.09]], "window_locations": [[-7.31, -1.03], [-5.24, -4.64]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[0.95, 5.67], [-4.21, 5.67], [-4.21, 2.58], [0.95, 2.58]], "door_locations": [[-3.18, 0.52]], "window_locations": [[-1.63, 5.67], [-4.21, 4.13]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.98, -1.55], [-3.18, -1.55], [-3.18, -5.67], [1.98, -5.67]], "door_locations": [[-3.18, -3.09], [-3.18, 0.52], [-3.7, 2.58]], "window_locations": [[-0.6, -5.67]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.1, 0.52], [1.98, 0.52], [1.98, -4.64], [6.1, -4.64]], "door_locations": [[4.04, 0.52]], "window_locations": [[6.1, -2.06], [4.04, -4.64]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[6.1, 3.61], [1.98, 3.61], [1.98, 0.52], [6.1, 0.52]], "door_locations": [[-3.7, 2.58]], "window_locations": [[4.04, 3.61], [6.1, 2.06]], "views": "Workshop,Greenhouse,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[1.98, 2.58], [-3.18, 2.58], [-3.18, -1.55], [1.98, -1.55]], "door_locations": [[1.98, -3.09], [4.04, 0.52]], "window_locations": []}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 21.28, "vertices_coordinates": [[-2.66, 3.87], [-6.79, 3.87], [-6.79, -1.29], [-2.66, -1.29]], "door_locations": [[-2.15, -1.29], [1.46, 0.77]], "window_locations": [[-6.79, 1.29], [-4.73, 3.87]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[-1.63, -1.29], [-5.76, -1.29], [-5.76, -7.48], [-1.63, -7.48]], "door_locations": [[-1.63, -3.35]], "window_locations": [[-5.76, -4.38], [-3.7, -7.48]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.46, 3.87], [-2.66, 3.87], [-2.66, -1.29], [1.46, -1.29]], "door_locations": [[-2.15, -1.29], [-1.63, -3.35], [-4.21, -1.29]], "window_locations": [[-0.6, 3.87]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[3.52, -1.29], [-1.63, -1.29], [-1.63, -5.42], [3.52, -5.42]], "door_locations": [[1.46, 0.77], [4.04, 2.84]], "window_locations": [[0.95, -5.42], [3.52, -3.35]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "closest_amenity": "Fruit Trees"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[5.59, 5.93], [2.49, 5.93], [2.49, 2.84], [5.59, 2.84]], "door_locations": [[-4.21, -1.29]], "window_locations": [[2.49, 4.38], [5.59, 4.38]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[6.62, 2.84], [1.46, 2.84], [1.46, -1.29], [6.62, -1.29]], "door_locations": [[4.04, 2.84]], "window_locations": [[6.62, 0.77], [5.07, -1.29]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 17.03, "vertices_coordinates": [[-2.75, 1.98], [-6.88, 1.98], [-6.88, -2.15], [-2.75, -2.15]], "door_locations": [[-0.17, -2.15], [-0.69, 1.98]], "window_locations": [[-6.88, -0.09], [-5.33, -2.15]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "bedroom", "area": 25.54, "connectivity": ["foyer", "wc"]}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[2.41, -2.15], [-3.78, -2.15], [-3.78, -7.31], [2.41, -7.31]], "door_locations": [[-0.17, -2.15], [2.41, -4.21], [-3.27, -2.15]], "window_locations": [[-0.69, -7.31], [-3.78, -4.73]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.41, 1.98], [-2.75, 1.98], [-2.75, -2.15], [2.41, -2.15]], "door_locations": [[-0.69, 1.98], [1.38, 4.56]], "window_locations": [[2.41, 0.43]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[4.47, 6.1], [1.38, 6.1], [1.38, 3.01], [4.47, 3.01]], "door_locations": [[1.38, 4.56]], "window_locations": [[4.47, 4.56], [2.92, 6.1]], "views": "Workshop,Greenhouse,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[6.53, -1.12], [2.41, -1.12], [2.41, -6.28], [6.53, -6.28]], "door_locations": [[-3.27, -2.15]], "window_locations": [[6.53, -3.7], [4.47, -1.12]], "views": "Workshop", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[1.38, 6.1], [-4.81, 6.1], [-4.81, 1.98], [1.38, 1.98]], "door_locations": [[2.41, -4.21]], "window_locations": [[-1.72, 6.1], [-4.81, 4.04]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-2.32, 2.84], [-7.48, 2.84], [-7.48, -0.26], [-2.32, -0.26]], "door_locations": [[2.84, -1.81], [4.38, 0.77]], "window_locations": [[-4.9, 2.84], [-7.48, 1.29]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-2.32, -0.26], [-6.45, -0.26], [-6.45, -5.42], [-2.32, -5.42]], "door_locations": [[-2.32, -2.84]], "window_locations": [[-6.45, -2.84], [-4.38, -5.42]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[2.84, 0.77], [-2.32, 0.77], [-2.32, -5.42], [2.84, -5.42]], "door_locations": [[2.84, -1.81], [-2.32, -2.84], [-2.32, 0.26]], "window_locations": [[0.26, -5.42]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[1.81, 3.87], [-1.29, 3.87], [-1.29, 0.77], [1.81, 0.77]], "door_locations": [[4.38, 0.77], [1.81, 2.32]], "window_locations": [[-1.29, 2.32], [0.26, 3.87]], "views": "Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.93, 5.93], [1.81, 5.93], [1.81, 0.77], [5.93, 0.77]], "door_locations": [[1.81, 2.32]], "window_locations": [[5.93, 3.35], [3.87, 5.93]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 21.28, "closest_amenity": "Pool"}]}
{"vertices_coordinates": [[6.96, 0.77], [2.84, 0.77], [2.84, -4.38], [6.96, -4.38]], "door_locations": [[-2.32, 0.26]], "window_locations": [[6.96, -1.81], [4.9, -4.38]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-4.56, -1.2], [-7.65, -1.2], [-7.65, -6.36], [-4.56, -6.36]], "door_locations": [[-1.46, -0.17], [0.6, 1.89]], "window_locations": [[-7.65, -3.78], [-6.1, -6.36]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[0.6, -0.17], [-4.56, -0.17], [-4.56, -6.36], [0.6, -6.36]], "door_locations": [[0.6, -2.75]], "window_locations": [[-1.98, -6.36]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[4.73, -0.17], [0.6, -0.17], [0.6, -5.33], [4.73, -5.33]], "door_locations": [[0.6, 1.89], [3.7, 3.95]], "window_locations": [[4.73, -2.75], [2.66, -5.33]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.76, 3.95], [0.6, 3.95], [0.6, -0.17], [5.76, -0.17]], "door_locations": [[3.7, 3.95]], "window_locations": [[5.76, 1.89]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[5.76, 7.05], [1.63, 7.05], [1.63, 3.95], [5.76, 3.95]], "door_locations": [[-4.56, -3.78]], "window_locations": [[3.7, 7.05], [5.76, 5.5]], "views": "Workshop,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[0.6, 4.99], [-3.52, 4.99], [-3.52, -0.17], [0.6, -0.17]], "door_locations": [[-1.46, -0.17], [0.6, -2.75], [-4.56, -3.78]], "window_locations": [[-3.52, 2.41], [-1.46, 4.99]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-2.84, 4.73], [-7.99, 4.73], [-7.99, 1.63], [-2.84, 1.63]], "door_locations": [[-1.81, -0.95], [2.32, -0.43]], "window_locations": [[-5.42, 4.73], [-7.99, 3.18]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-1.81, 1.63], [-5.93, 1.63], [-5.93, -5.59], [-1.81, -5.59]], "door_locations": [[-2.32, 1.63]], "window_locations": [[-5.93, -1.98], [-3.87, -5.59]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[2.32, 5.76], [-2.84, 5.76], [-2.84, 1.63], [2.32, 1.63]], "door_locations": [[-1.81, -0.95], [-2.32, 1.63], [-4.38, 1.63]], "window_locations": [[-0.26, 5.76], [2.32, 4.21]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.32, 1.63], [-1.81, 1.63], [-1.81, -3.52], [2.32, -3.52]], "door_locations": [[2.32, -0.43], [4.9, -2.49]], "window_locations": [[0.26, -3.52]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "views": "Workshop"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[6.45, -2.49], [3.35, -2.49], [3.35, -5.59], [6.45, -5.59]], "door_locations": [[-4.38, 1.63]], "window_locations": [[6.45, -4.04], [3.35, -4.04]], "views": "Parking", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[6.45, 2.66], [2.32, 2.66], [2.32, -2.49], [6.45, -2.49]], "door_locations": [[4.9, -2.49]], "window_locations": [[6.45, 0.09], [4.38, 2.66]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "connectivity": ["livingroom"]}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-1.63, 0.09], [-6.79, 0.09], [-6.79, -6.1], [-1.63, -6.1]], "door_locations": [[-4.73, 0.09]], "window_locations": [[-6.79, -3.01], [-4.21, -6.1]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[1.46, 5.24], [-2.66, 5.24], [-2.66, 0.09], [1.46, 0.09]], "door_locations": [[-1.63, -1.98], [-4.73, 0.09], [-2.15, 0.09]], "window_locations": [[-0.6, 5.24]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.52, 0.09], [-1.63, 0.09], [-1.63, -4.04], [3.52, -4.04]], "door_locations": [[2.49, 0.09], [5.07, 0.09]], "window_locations": [[0.95, -4.04], [0.95, -4.04]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.62, 4.21], [1.46, 4.21], [1.46, 0.09], [6.62, 0.09]], "door_locations": [[5.07, 0.09]], "window_locations": [[4.04, 4.21], [6.62, 2.15]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[6.62, 0.09], [3.52, 0.09], [3.52, -4.04], [6.62, -4.04]], "door_locations": [[-2.15, 0.09]], "window_locations": [[6.62, -1.98], [5.07, -4.04]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-2.66, 4.21], [-7.82, 4.21], [-7.82, 0.09], [-2.66, 0.09]], "door_locations": [[-1.63, -1.98], [2.49, 0.09]], "window_locations": [[-5.24, 4.21], [-7.82, 2.15]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "wc", "area": 9.58, "vertices_coordinates": [[-3.35, 1.98], [-6.45, 1.98], [-6.45, -1.12], [-3.35, -1.12]], "door_locations": [[0.26, 0.95], [-0.26, 4.04]], "window_locations": [[-5.42, 1.98]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[-0.26, 7.14], [-4.38, 7.14], [-4.38, 1.98], [-0.26, 1.98]], "door_locations": [[0.77, -1.12]], "window_locations": [[-1.29, 1.98]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[0.77, 0.95], [-3.35, 0.95], [-3.35, -6.28], [0.77, -6.28]], "door_locations": [[0.26, 0.95], [0.77, -1.12], [0.77, -4.73]], "window_locations": [[-1.81, 0.95], [-1.81, 0.95]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "views": "Immediate surroundings"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[5.93, -3.18], [0.77, -3.18], [0.77, -6.28], [5.93, -6.28]], "door_locations": [[-3.87, 1.98]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[5.93, 0.95], [0.77, 0.95], [0.77, -3.18], [5.93, -3.18]], "door_locations": [[0.77, -4.73]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.87, 6.1], [-0.26, 6.1], [-0.26, 0.95], [3.87, 0.95]], "door_locations": [[-0.26, 4.04], [-3.87, 1.98]], "window_locations": []}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "foyer", "area": 21.28, "vertices_coordinates": [[-1.98, 3.09], [-7.14, 3.09], [-7.14, -1.03], [-1.98, -1.03]], "door_locations": [[-1.98, -0.0], [-1.98, 2.06]], "window_locations": [[-4.56, 3.09], [-7.14, 1.03]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[-1.98, -1.03], [-5.07, -1.03], [-5.07, -6.19], [-1.98, -6.19]], "door_locations": [[2.15, -1.55]], "window_locations": [[-5.07, -3.61], [-3.52, -6.19]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[2.15, 1.03], [-1.98, 1.03], [-1.98, -6.19], [2.15, -6.19]], "door_locations": [[-1.98, -0.0], [2.15, -1.55], [-1.98, -3.61]], "window_locations": [[0.09, -6.19], [2.15, -5.16]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.15, 6.19], [-1.98, 6.19], [-1.98, 1.03], [2.15, 1.03]], "door_locations": [[-1.98, 2.06], [2.15, 3.09]], "window_locations": [[0.09, 6.19], [-1.98, 4.64]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[6.28, 1.03], [2.15, 1.03], [2.15, -4.13], [6.28, -4.13]], "door_locations": [[2.15, 3.09]], "window_locations": [[6.28, -1.55], [4.21, -4.13]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "views": "Workshop,Fruit Trees"}]}
{"vertices_coordinates": [[5.24, 5.16], [2.15, 5.16], [2.15, 1.03], [5.24, 1.03]], "door_locations": [[-1.98, -3.61]], "window_locations": [[5.24, 3.09], [3.7, 5.16]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "connectivity": ["foyer", "kitchen", "office"]}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[-1.38, 5.93], [-5.5, 5.93], [-5.5, 0.77], [-1.38, 0.77]], "door_locations": [[-1.38, -4.38]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[3.78, -3.35], [-1.38, -3.35], [-1.38, -7.48], [3.78, -7.48]], "door_locations": [[-3.44, 0.77], [-1.38, -4.38], [-1.38, -1.29]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[2.75, 0.77], [-1.38, 0.77], [-1.38, -3.35], [2.75, -3.35]], "door_locations": [[-1.38, 3.87], [2.75, 2.32]], "window_locations": [[0.69, 0.77], [0.69, 0.77]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.75, 6.96], [-1.38, 6.96], [-1.38, 1.81], [2.75, 1.81]], "door_locations": [[2.75, 2.32]], "window_locations": [[0.69, 1.81], [0.69, 1.81]], "views": "Immediate surroundings", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[6.88, 2.84], [2.75, 2.84], [2.75, -0.26], [6.88, -0.26]], "door_locations": [[-1.38, -1.29]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-1.38, 0.77], [-6.53, 0.77], [-6.53, -5.42], [-1.38, -5.42]], "door_locations": [[-3.44, 0.77], [-1.38, 3.87]], "window_locations": [[-6.53, -2.84], [-1.38, -5.42]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-0.95, -1.63], [-6.1, -1.63], [-6.1, -7.82], [-0.95, -7.82]], "door_locations": [[-0.95, -3.7], [3.18, -1.63]], "window_locations": [[-6.1, -4.73], [-3.52, -7.82]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[-1.98, 3.52], [-6.1, 3.52], [-6.1, -1.63], [-1.98, -1.63]], "door_locations": [[-1.46, -1.63]], "window_locations": [[-6.1, 0.95], [-4.04, 3.52]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[2.15, 3.52], [-1.98, 3.52], [-1.98, -1.63], [2.15, -1.63]], "door_locations": [[-0.95, -3.7], [-1.46, -1.63], [-4.04, -1.63]], "window_locations": [[-0.95, 3.52], [-0.95, 3.52]], "views": "Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 21.28, "connectivity": ["livingroom", "bedroom"]}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[3.18, 7.65], [0.09, 7.65], [0.09, 3.52], [3.18, 3.52]], "door_locations": [[2.66, 3.52]], "window_locations": [[0.09, 5.59], [3.18, 5.59]], "views": "Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.28, 3.52], [2.15, 3.52], [2.15, -1.63], [6.28, -1.63]], "door_locations": [[-4.04, -1.63]], "window_locations": [[6.28, 0.95], [4.73, 3.52]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[4.21, -1.63], [-0.95, -1.63], [-0.95, -5.76], [4.21, -5.76]], "door_locations": [[3.18, -1.63], [2.66, 3.52]], "window_locations": [[1.63, -5.76], [4.21, -3.7]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "views": "Immediate surroundings", "connectivity": ["foyer", "kitchen", "office"], "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-2.41, 3.01], [-7.56, 3.01], [-7.56, -1.12], [-2.41, -1.12]], "door_locations": [[-4.99, -1.12]], "window_locations": [[-4.99, 3.01], [-7.56, 0.95]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.72, 4.04], [-2.41, 4.04], [-2.41, -1.12], [1.72, -1.12]], "door_locations": [[-1.89, -1.12], [-4.99, -1.12], [-1.38, -4.21]], "window_locations": [[-0.34, 4.04], [0.17, -1.12]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Pool"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[3.78, -2.15], [-1.38, -2.15], [-1.38, -6.28], [3.78, -6.28]], "door_locations": [[1.72, 0.95], [4.3, 3.01]], "window_locations": [[1.2, -2.15], [1.2, -6.28]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.88, 3.01], [1.72, 3.01], [1.72, -1.12], [6.88, -1.12]], "door_locations": [[4.3, 3.01]], "window_locations": [[4.3, -1.12], [6.88, 0.95]], "views": "Pool", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[5.85, 6.1], [2.75, 6.1], [2.75, 3.01], [5.85, 3.01]], "door_locations": [[-1.38, -4.21]], "window_locations": [[2.75, 4.56], [5.85, 4.56]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-1.38, -1.12], [-7.56, -1.12], [-7.56, -6.28], [-1.38, -6.28]], "door_locations": [[-1.89, -1.12], [1.72, 0.95]], "window_locations": [[-4.47, -6.28], [-7.56, -3.7]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 29.8, "vertices_coordinates": [[0.95, -1.38], [-6.28, -1.38], [-6.28, -5.5], [0.95, -5.5]], "door_locations": [[0.95, -3.44], [3.52, -1.38]], "window_locations": [[-2.66, -5.5], [-6.28, -3.44]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-2.15, 3.78], [-6.28, 3.78], [-6.28, -1.38], [-2.15, -1.38]], "door_locations": [[-4.21, -1.38]], "window_locations": [[-6.28, 1.2], [-4.21, 3.78]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[1.98, 2.75], [-2.15, 2.75], [-2.15, -1.38], [1.98, -1.38]], "door_locations": [[0.95, -3.44], [-4.21, -1.38], [-0.6, -1.38]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[1.98, 5.85], [-2.15, 5.85], [-2.15, 2.75], [1.98, 2.75]], "door_locations": [[3.52, -1.38], [1.98, 3.27]], "window_locations": [[-0.09, 5.85], [-2.15, 4.81]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[5.07, -1.38], [0.95, -1.38], [0.95, -6.53], [5.07, -6.53]], "door_locations": [[1.98, 3.27]], "window_locations": [[5.07, -3.95], [3.01, -6.53]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "views": "Workshop"}]}
{"vertices_coordinates": [[6.1, 3.78], [1.98, 3.78], [1.98, -1.38], [6.1, -1.38]], "door_locations": [[-0.6, -1.38]], "window_locations": [[6.1, 1.2], [4.04, 3.78]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-1.03, -0.77], [-6.19, -0.77], [-6.19, -6.96], [-1.03, -6.96]], "door_locations": [[-1.03, -1.81], [1.03, 1.29]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[-2.06, 5.42], [-6.19, 5.42], [-6.19, -0.77], [-2.06, -0.77]], "door_locations": [[-4.13, -0.77]], "window_locations": [[-2.06, 0.26], [-2.06, 0.26]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "views": "Immediate surroundings", "connectivity": ["foyer", "wc"], "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[3.09, -2.84], [-1.03, -2.84], [-1.03, -6.96], [3.09, -6.96]], "door_locations": [[1.03, 1.29], [3.09, 3.87]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.13, 1.29], [-1.03, 1.29], [-1.03, -2.84], [4.13, -2.84]], "door_locations": [[3.09, 3.87]], "window_locations": [[-1.03, 0.26], [-1.03, 0.26]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[6.19, 5.42], [3.09, 5.42], [3.09, 2.32], [6.19, 2.32]], "door_locations": [[-1.03, -4.9]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.09, 5.42], [-2.06, 5.42], [-2.06, 1.29], [3.09, 1.29]], "door_locations": [[-1.03, -1.81], [-4.13, -0.77], [-1.03, -4.9]], "window_locations": []}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 21.28, "vertices_coordinates": [[-0.86, 1.98], [-6.02, 1.98], [-6.02, -2.15], [-0.86, -2.15]], "door_locations": [[-0.34, -2.15], [2.24, 1.98]], "window_locations": [[-3.44, 1.98], [-6.02, -0.09]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[0.17, -2.15], [-4.99, -2.15], [-4.99, -8.34], [0.17, -8.34]], "door_locations": [[0.17, -4.21]], "window_locations": [[-4.99, -5.24], [-2.41, -8.34]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[0.17, 7.14], [-2.92, 7.14], [-2.92, 3.01], [0.17, 3.01]], "door_locations": [[-0.34, -2.15], [0.17, -4.21], [-2.92, -2.15]], "window_locations": [[-2.92, 5.07], [-1.38, 3.01]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "closest_amenity": "Fruit Trees"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[6.36, -2.15], [0.17, -2.15], [0.17, -6.28], [6.36, -6.28]], "door_locations": [[0.17, 5.07]], "window_locations": [[3.27, -6.28], [6.36, -4.21]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[4.3, 7.14], [0.17, 7.14], [0.17, 1.98], [4.3, 1.98]], "door_locations": [[-2.92, -2.15]], "window_locations": [[4.3, 4.56], [2.24, 7.14]], "views": "Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[4.3, 1.98], [-0.86, 1.98], [-0.86, -2.15], [4.3, -2.15]], "door_locations": [[2.24, 1.98], [0.17, 5.07]], "window_locations": [[4.3, -0.09]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 21.28, "vertices_coordinates": [[-3.35, 5.24], [-8.51, 5.24], [-8.51, 1.12], [-3.35, 1.12]], "door_locations": [[-2.32, -0.95], [2.84, -0.43]], "window_locations": [[-5.93, 5.24], [-8.51, 3.18]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "connectivity": ["foyer", "kitchen", "office"]}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[2.84, 5.24], [-3.35, 5.24], [-3.35, 1.12], [2.84, 1.12]], "door_locations": [[-2.32, -0.95], [-2.84, 1.12], [-4.9, 1.12]], "window_locations": [[-0.26, 5.24], [2.84, 4.21]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.84, 1.12], [-2.32, 1.12], [-2.32, -3.01], [2.84, -3.01]], "door_locations": [[2.84, -0.43], [5.42, -1.98]], "window_locations": [[0.26, -3.01]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.96, 3.18], [2.84, 3.18], [2.84, -1.98], [6.96, -1.98]], "door_locations": [[5.42, -1.98]], "window_locations": [[6.96, 0.6], [4.9, 3.18]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[6.96, -1.98], [3.87, -1.98], [3.87, -6.1], [6.96, -6.1]], "door_locations": [[-4.9, 1.12]], "window_locations": [[3.87, -4.04], [6.96, -4.04]], "views": "Parking", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[-2.32, 1.12], [-6.45, 1.12], [-6.45, -5.07], [-2.32, -5.07]], "door_locations": [[-2.84, 1.12]], "window_locations": [[-6.45, -1.98], [-4.38, -5.07]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "views": "Immediate surroundings"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[1.2, -0.34], [-4.99, -0.34], [-4.99, -4.47], [1.2, -4.47]], "door_locations": [[-2.92, -0.34]], "window_locations": [[-1.89, -4.47]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-0.86, 4.81], [-4.99, 4.81], [-4.99, -0.34], [-0.86, -0.34]], "door_locations": [[0.17, -0.34], [-2.92, -0.34], [-4.99, -1.89]], "window_locations": [[-2.92, 4.81], [-4.99, 3.27]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.3, 3.78], [-0.86, 3.78], [-0.86, -0.34], [4.3, -0.34]], "door_locations": [[2.75, -0.34], [5.33, -0.34]], "window_locations": [[1.72, 3.78], [1.72, 3.78]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.36, -0.34], [1.2, -0.34], [1.2, -4.47], [6.36, -4.47]], "door_locations": [[5.33, -0.34]], "window_locations": [[3.78, -4.47], [6.36, -2.41]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[7.39, 3.78], [4.3, 3.78], [4.3, -0.34], [7.39, -0.34]], "door_locations": [[-4.99, -1.89]], "window_locations": [[7.39, 1.72], [5.85, 3.78]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-4.99, 1.72], [-8.08, 1.72], [-8.08, -3.44], [-4.99, -3.44]], "door_locations": [[0.17, -0.34], [2.75, -0.34]], "window_locations": [[-8.08, -0.86], [-6.53, -3.44]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 26.6, "vertices_coordinates": [[-1.46, -1.12], [-6.62, -1.12], [-6.62, -6.28], [-1.46, -6.28]], "door_locations": [[-1.46, -1.63], [2.66, 0.95]], "window_locations": [[-6.62, -3.7], [-4.04, -6.28]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[-1.46, 1.98], [-6.62, 1.98], [-6.62, -1.12], [-1.46, -1.12]], "door_locations": [[-1.46, -4.21]], "window_locations": [[-4.04, 1.98], [-6.62, 0.43]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[4.73, -2.15], [-1.46, -2.15], [-1.46, -6.28], [4.73, -6.28]], "door_locations": [[-1.46, -1.63], [-1.46, -4.21], [-4.04, -1.12]], "window_locations": [[1.63, -6.28], [4.73, -4.21]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.66, 3.01], [-1.46, 3.01], [-1.46, -2.15], [2.66, -2.15]], "door_locations": [[2.66, 0.95], [2.66, 4.04]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[2.66, 7.14], [-0.43, 7.14], [-0.43, 3.01], [2.66, 3.01]], "door_locations": [[2.66, 4.04]], "window_locations": [[-0.43, 5.07], [1.12, 7.14]], "views": "Greenhouse", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 25.54, "views": "Workshop"}]}
{"vertices_coordinates": [[6.79, 5.07], [2.66, 5.07], [2.66, -1.12], [6.79, -1.12]], "door_locations": [[-4.04, -1.12]], "window_locations": [[6.79, 1.98], [4.73, 5.07]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-2.58, 3.01], [-7.74, 3.01], [-7.74, -0.09], [-2.58, -0.09]], "door_locations": [[-1.55, -2.15], [2.58, -0.09]], "window_locations": [[-5.16, 3.01], [-7.74, 1.46]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-1.55, -0.09], [-6.71, -0.09], [-6.71, -6.28], [-1.55, -6.28]], "door_locations": [[-2.06, -0.09]], "window_locations": [[-6.71, -3.18], [-4.13, -6.28]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[1.55, 6.1], [-2.58, 6.1], [-2.58, -0.09], [1.55, -0.09]], "door_locations": [[-1.55, -2.15], [-2.06, -0.09], [-4.64, -0.09]], "window_locations": [[-0.52, 6.1], [-2.58, 4.56]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "connectivity": ["livingroom", "bedroom"]}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.67, 5.07], [1.55, 5.07], [1.55, -0.09], [5.67, -0.09]], "door_locations": [[4.64, -0.09]], "window_locations": [[5.67, 2.49], [3.61, 5.07]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[6.71, -0.09], [3.61, -0.09], [3.61, -3.18], [6.71, -3.18]], "door_locations": [[-4.64, -0.09]], "window_locations": [[6.71, -1.63], [5.16, -3.18]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.61, -0.09], [-1.55, -0.09], [-1.55, -4.21], [3.61, -4.21]], "door_locations": [[2.58, -0.09], [4.64, -0.09]], "window_locations": [[1.03, -4.21]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "wc", "area": 12.77, "vertices_coordinates": [[-3.95, -0.26], [-7.05, -0.26], [-7.05, -4.38], [-3.95, -4.38]], "door_locations": [[0.17, -2.32], [-2.41, -0.26]], "window_locations": [[-7.05, -2.32], [-5.5, -4.38]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[-0.86, 3.87], [-7.05, 3.87], [-7.05, -0.26], [-0.86, -0.26]], "door_locations": [[4.3, -0.77]], "window_locations": [[-3.95, 3.87], [-7.05, 1.81]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 17.03, "vertices_coordinates": [[0.17, -0.26], [-3.95, -0.26], [-3.95, -4.38], [0.17, -4.38]], "door_locations": [[0.17, -2.32], [4.3, -0.77], [2.75, 1.81]], "window_locations": [[-1.89, -4.38]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 25.54, "closest_amenity": "Pool"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[4.3, 6.96], [1.2, 6.96], [1.2, 1.81], [4.3, 1.81]], "door_locations": [[-5.5, -0.26]], "window_locations": [[1.2, 4.38], [4.3, 4.9]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[8.42, 2.84], [4.3, 2.84], [4.3, -3.35], [8.42, -3.35]], "door_locations": [[2.75, 1.81]], "window_locations": [[8.42, -0.26], [6.36, 2.84]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[4.3, 1.81], [0.17, 1.81], [0.17, -4.38], [4.3, -4.38]], "door_locations": [[-2.41, -0.26], [-5.5, -0.26]], "window_locations": [[2.24, -4.38], [0.17, 0.77]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-3.52, 3.52], [-6.62, 3.52], [-6.62, -1.63], [-3.52, -1.63]], "door_locations": [[0.6, -3.7], [2.66, -1.63]], "window_locations": [[-6.62, 0.95], [-5.07, 3.52]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[0.6, -1.63], [-5.59, -1.63], [-5.59, -6.79], [0.6, -6.79]], "door_locations": [[-1.46, -1.63]], "window_locations": [[-2.49, -6.79], [-5.59, -4.21]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[0.6, 3.52], [-3.52, 3.52], [-3.52, -1.63], [0.6, -1.63]], "door_locations": [[0.6, -3.7], [-1.46, -1.63], [-4.56, -1.63]], "window_locations": [[-1.46, 3.52], [-1.46, 3.52]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "connectivity": ["livingroom", "bedroom"]}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[4.73, 3.52], [0.6, 3.52], [0.6, -1.63], [4.73, -1.63]], "door_locations": [[3.18, 3.52]], "window_locations": [[4.73, 0.95]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[4.73, 6.62], [1.63, 6.62], [1.63, 3.52], [4.73, 3.52]], "door_locations": [[-4.56, -1.63]], "window_locations": [[3.18, 6.62], [4.73, 5.07]], "views": "Workshop,Greenhouse,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[5.76, -1.63], [0.6, -1.63], [0.6, -5.76], [5.76, -5.76]], "door_locations": [[2.66, -1.63], [3.18, 3.52]], "window_locations": [[3.18, -5.76], [5.76, -3.7]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "wc", "area": 9.58, "vertices_coordinates": [[-3.35, 7.91], [-6.45, 7.91], [-6.45, 4.81], [-3.35, 4.81]], "door_locations": [[-1.29, -3.44], [-1.81, 1.72]], "window_locations": [[-4.9, 4.81], [-6.45, 6.36]], "views": "Parking", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[-0.26, 1.72], [-4.38, 1.72], [-4.38, -3.44], [-0.26, -3.44]], "door_locations": [[1.81, -3.44]], "window_locations": [[-4.38, -0.86], [-3.35, -3.44]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[0.77, 7.91], [-3.35, 7.91], [-3.35, 1.72], [0.77, 1.72]], "door_locations": [[-1.29, -3.44], [1.81, -3.44], [3.87, -4.99]], "window_locations": [[0.77, 4.81], [-1.29, 7.91]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[3.87, -3.44], [-2.32, -3.44], [-2.32, -7.56], [3.87, -7.56]], "door_locations": [[-1.81, 1.72], [-3.35, 6.36]], "window_locations": [[0.77, -7.56], [-2.32, -5.5]], "views": "Parking", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[3.87, 1.72], [-0.26, 1.72], [-0.26, -3.44], [3.87, -3.44]], "door_locations": [[-3.35, 6.36]], "window_locations": [[2.32, 1.72], [3.87, 0.17]], "views": "Workshop,Fruit Trees", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 21.28, "views": "Workshop,Fruit Trees"}]}
{"vertices_coordinates": [[7.99, -1.38], [3.87, -1.38], [3.87, -6.53], [7.99, -6.53]], "door_locations": [[3.87, -4.99]], "window_locations": [[7.99, -3.95], [5.93, -1.38]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-3.52, -2.06], [-6.62, -2.06], [-6.62, -7.22], [-3.52, -7.22]], "door_locations": [[0.09, -1.03], [2.66, 3.09]], "window_locations": [[-6.62, -4.64], [-5.07, -7.22]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[0.6, -1.03], [-3.52, -1.03], [-3.52, -7.22], [0.6, -7.22]], "door_locations": [[0.6, -3.61]], "window_locations": [[-1.46, -7.22], [-1.98, -1.03]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[0.6, 7.22], [-2.49, 7.22], [-2.49, 4.13], [0.6, 4.13]], "door_locations": [[0.09, -1.03], [0.6, -3.61], [-3.52, -4.64]], "window_locations": [[-2.49, 5.67], [-0.95, 4.13]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.73, 3.09], [-0.43, 3.09], [-0.43, -1.03], [4.73, -1.03]], "door_locations": [[2.66, 3.09], [0.6, 5.67]], "window_locations": [[4.73, 1.03], [-0.43, 1.03]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "connectivity": ["livingroom"]}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[4.73, 8.25], [0.6, 8.25], [0.6, 3.09], [4.73, 3.09]], "door_locations": [[-3.52, -4.64]], "window_locations": [[4.73, 5.67], [2.66, 8.25]], "views": "Workshop,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[4.73, -1.03], [0.6, -1.03], [0.6, -6.19], [4.73, -6.19]], "door_locations": [[0.6, 5.67]], "window_locations": [[4.73, -3.61], [2.66, -6.19]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-0.52, -1.38], [-7.74, -1.38], [-7.74, -5.5], [-0.52, -5.5]], "door_locations": [[-1.55, -1.38], [1.55, 0.69]], "window_locations": [[-4.13, -5.5], [-7.74, -3.44]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-2.58, 2.75], [-7.74, 2.75], [-7.74, -1.38], [-2.58, -1.38]], "door_locations": [[-5.16, -1.38]], "window_locations": [[-5.16, 2.75], [-7.74, 0.69]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.55, 3.78], [-2.58, 3.78], [-2.58, -1.38], [1.55, -1.38]], "door_locations": [[-1.55, -1.38], [-5.16, -1.38], [-0.52, -3.44]], "window_locations": [[-0.52, 3.78]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Pool"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[3.61, -1.38], [-0.52, -1.38], [-0.52, -6.53], [3.61, -6.53]], "door_locations": [[1.55, 0.69], [4.13, 2.75]], "window_locations": [[3.61, -3.95], [1.55, -6.53]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "closest_amenity": "Fruit Trees"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[5.67, 6.88], [2.58, 6.88], [2.58, 2.75], [5.67, 2.75]], "door_locations": [[-0.52, -3.44]], "window_locations": [[2.58, 4.81], [5.67, 4.81]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[6.71, 2.75], [1.55, 2.75], [1.55, -1.38], [6.71, -1.38]], "door_locations": [[4.13, 2.75]], "window_locations": [[6.71, 0.69], [5.16, -1.38]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "views": "Greenhouse", "connectivity": ["livingroom"], "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[1.63, -1.72], [-5.59, -1.72], [-5.59, -5.85], [1.63, -5.85]], "door_locations": [[-4.04, -1.72]], "window_locations": [[-1.98, -5.85], [-5.59, -3.78]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[1.63, 2.41], [-2.49, 2.41], [-2.49, -1.72], [1.63, -1.72]], "door_locations": [[1.63, -3.27], [-4.04, -1.72], [-0.43, -1.72]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Pool"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[1.63, 5.5], [-2.49, 5.5], [-2.49, 2.41], [1.63, 2.41]], "door_locations": [[3.7, -0.69], [1.63, 3.44]], "window_locations": [[-0.43, 5.5], [-2.49, 3.95]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[6.79, -0.69], [1.63, -0.69], [1.63, -4.81], [6.79, -4.81]], "door_locations": [[1.63, 3.44]], "window_locations": [[4.21, -4.81], [6.79, -2.75]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.76, 4.47], [1.63, 4.47], [1.63, -0.69], [5.76, -0.69]], "door_locations": [[-0.43, -1.72]], "window_locations": [[5.76, 1.89], [3.7, 4.47]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-2.49, 2.41], [-7.65, 2.41], [-7.65, -1.72], [-2.49, -1.72]], "door_locations": [[1.63, -3.27], [3.7, -0.69]], "window_locations": [[-5.07, 2.41], [-7.65, 0.34]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "bedroom", "area": 25.54, "vertices_coordinates": [[-0.95, 3.44], [-5.07, 3.44], [-5.07, -2.75], [-0.95, -2.75]], "door_locations": [[1.12, -0.69], [-0.95, 1.38]], "window_locations": [[-5.07, 0.34]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[-1.98, 6.53], [-5.07, 6.53], [-5.07, 3.44], [-1.98, 3.44]], "door_locations": [[4.21, -0.69]], "window_locations": [[-3.52, 6.53], [-5.07, 4.99]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[-0.95, -2.75], [-4.04, -2.75], [-4.04, -7.91], [-0.95, -7.91]], "door_locations": [[1.12, -0.69], [4.21, -0.69], [-0.95, -4.3]], "window_locations": [[-4.04, -5.33], [-2.49, -7.91]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 31.92, "connectivity": ["foyer", "kitchen", "office"]}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.18, 4.47], [-0.95, 4.47], [-0.95, -0.69], [3.18, -0.69]], "door_locations": [[-3.52, 3.44]], "window_locations": [[1.12, 4.47]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[8.34, 3.44], [3.18, 3.44], [3.18, -0.69], [8.34, -0.69]], "door_locations": [[-0.95, -4.3]], "window_locations": [[5.76, 3.44], [8.34, 1.38]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[5.24, -0.69], [-0.95, -0.69], [-0.95, -5.85], [5.24, -5.85]], "door_locations": [[-0.95, 1.38], [-3.52, 3.44]], "window_locations": [[2.15, -5.85], [5.24, -3.27]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-3.78, 3.78], [-6.88, 3.78], [-6.88, -1.38], [-3.78, -1.38]], "door_locations": [[-1.72, -1.38], [0.34, 0.69]], "window_locations": [[-6.88, 1.2], [-5.33, 3.78]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 26.6, "vertices_coordinates": [[0.34, -1.38], [-4.81, -1.38], [-4.81, -6.53], [0.34, -6.53]], "door_locations": [[0.34, -3.44]], "window_locations": [[-4.81, -3.95], [-2.24, -6.53]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "closest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[5.5, -1.38], [0.34, -1.38], [0.34, -5.5], [5.5, -5.5]], "door_locations": [[0.34, 0.69], [3.44, 2.75]], "window_locations": [[2.92, -5.5], [5.5, -3.44]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.5, 2.75], [0.34, 2.75], [0.34, -1.38], [5.5, -1.38]], "door_locations": [[3.44, 2.75]], "window_locations": [[5.5, 0.69]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[5.5, 5.85], [1.38, 5.85], [1.38, 2.75], [5.5, 2.75]], "door_locations": [[-4.3, -1.38]], "window_locations": [[3.44, 5.85], [5.5, 4.3]], "views": "Workshop,Greenhouse,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[0.34, 3.78], [-3.78, 3.78], [-3.78, -1.38], [0.34, -1.38]], "door_locations": [[-1.72, -1.38], [0.34, -3.44], [-4.3, -1.38]], "window_locations": [[-1.72, 3.78]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[0.52, 0.09], [-4.64, 0.09], [-4.64, -6.1], [0.52, -6.1]], "door_locations": [[-0.0, 0.09], [-0.52, 2.15]], "window_locations": [[-4.64, -3.01], [-2.06, -6.1]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 17.03, "vertices_coordinates": [[-0.52, 4.21], [-4.64, 4.21], [-4.64, 0.09], [-0.52, 0.09]], "door_locations": [[0.52, -1.98]], "window_locations": [[-4.64, 2.15]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[-1.55, 8.34], [-4.64, 8.34], [-4.64, 4.21], [-1.55, 4.21]], "door_locations": [[-0.0, 0.09], [0.52, -1.98], [0.52, -5.07]], "window_locations": [[-4.64, 6.28], [-1.55, 6.28]], "views": "Workshop,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.61, 5.24], [-0.52, 5.24], [-0.52, 0.09], [3.61, 0.09]], "door_locations": [[-0.52, 2.15], [-3.09, 4.21]], "window_locations": [[3.61, 2.66], [1.55, 5.24]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[4.64, -4.04], [0.52, -4.04], [0.52, -8.17], [4.64, -8.17]], "door_locations": [[-3.09, 4.21]], "window_locations": [[4.64, -6.1], [2.58, -8.17]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 25.54, "views": "Fruit Trees", "connectivity": ["livingroom"], "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[6.71, 0.09], [0.52, 0.09], [0.52, -4.04], [6.71, -4.04]], "door_locations": [[0.52, -5.07]], "window_locations": [[6.71, -1.98], [5.16, 0.09]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-2.66, 3.95], [-6.79, 3.95], [-6.79, -1.2], [-2.66, -1.2]], "door_locations": [[-2.15, -1.2], [1.46, 0.86]], "window_locations": [[-6.79, 1.38], [-4.73, 3.95]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-1.63, -1.2], [-5.76, -1.2], [-5.76, -8.42], [-1.63, -8.42]], "door_locations": [[-4.21, -1.2]], "window_locations": [[-5.76, -4.81], [-3.7, -8.42]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.46, 3.95], [-2.66, 3.95], [-2.66, -1.2], [1.46, -1.2]], "door_locations": [[-2.15, -1.2], [-4.21, -1.2], [-1.63, -3.27]], "window_locations": [[-0.6, 3.95]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[2.49, -1.2], [-1.63, -1.2], [-1.63, -5.33], [2.49, -5.33]], "door_locations": [[1.46, 0.86], [4.56, 2.92]], "window_locations": [[2.49, -3.27], [0.43, -5.33]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.62, 2.92], [1.46, 2.92], [1.46, -1.2], [6.62, -1.2]], "door_locations": [[4.56, 2.92]], "window_locations": [[6.62, 0.86], [4.56, -1.2]], "views": "Pool", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "connectivity": ["bedroom"]}]}
{"vertices_coordinates": [[6.62, 6.02], [2.49, 6.02], [2.49, 2.92], [6.62, 2.92]], "door_locations": [[-1.63, -3.27]], "window_locations": [[4.56, 6.02], [2.49, 4.47]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-1.63, -0.43], [-6.79, -0.43], [-6.79, -6.62], [-1.63, -6.62]], "door_locations": [[-2.15, -0.43], [1.46, 2.66]], "window_locations": [[-6.79, -4.56], [-2.66, -6.62]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 17.03, "vertices_coordinates": [[-2.66, 3.7], [-6.79, 3.7], [-6.79, -0.43], [-2.66, -0.43]], "door_locations": [[-4.73, -0.43]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.46, 4.73], [-2.66, 4.73], [-2.66, -0.43], [1.46, -0.43]], "door_locations": [[-2.15, -0.43], [-4.73, -0.43], [-1.63, -2.49]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "office", "area": 21.28, "views": "Immediate surroundings", "connectivity": ["livingroom"], "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.59, 5.76], [1.46, 5.76], [1.46, 0.6], [5.59, 0.6]], "door_locations": [[4.56, 0.6]], "window_locations": [[2.49, 0.6], [2.49, 0.6]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[6.62, 0.6], [3.52, 0.6], [3.52, -2.49], [6.62, -2.49]], "door_locations": [[-1.63, -2.49]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.52, -0.43], [-1.63, -0.43], [-1.63, -4.56], [3.52, -4.56]], "door_locations": [[1.46, 2.66], [4.56, 0.6]], "window_locations": [[2.49, -0.43], [2.49, -0.43]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-5.76, 1.46], [-8.85, 1.46], [-8.85, -3.7], [-5.76, -3.7]], "door_locations": [[-0.6, -0.09], [3.52, 0.43]], "window_locations": [[-8.85, -1.12], [-7.31, -3.7]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-0.6, 2.49], [-5.76, 2.49], [-5.76, -3.7], [-0.6, -3.7]], "door_locations": [[-3.18, 2.49]], "window_locations": [[-3.18, -3.7]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "closest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.52, 2.49], [-0.6, 2.49], [-0.6, -2.66], [3.52, -2.66]], "door_locations": [[3.52, 0.43], [6.1, -1.63]], "window_locations": [[1.46, 2.49], [1.46, -2.66]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[8.68, 2.49], [3.52, 2.49], [3.52, -1.63], [8.68, -1.63]], "door_locations": [[6.1, -1.63]], "window_locations": [[6.1, 2.49], [8.68, 0.43]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[7.65, -1.63], [4.56, -1.63], [4.56, -4.73], [7.65, -4.73]], "door_locations": [[-5.76, -1.12]], "window_locations": [[7.65, -3.18], [4.56, -3.18]], "views": "Parking", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[-0.6, 6.62], [-5.76, 6.62], [-5.76, 2.49], [-0.6, 2.49]], "door_locations": [[-0.6, -0.09], [-3.18, 2.49], [-5.76, -1.12]], "window_locations": [[-3.18, 6.62], [-5.76, 4.56]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-0.86, -0.09], [-7.05, -0.09], [-7.05, -5.24], [-0.86, -5.24]], "door_locations": [[-0.86, -2.66], [2.24, -0.09]], "window_locations": [[-3.95, -5.24], [-7.05, -2.66]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "closest_amenity": "Greenhouse"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[1.2, 5.07], [-2.92, 5.07], [-2.92, -0.09], [1.2, -0.09]], "door_locations": [[-0.86, -2.66], [-4.99, -0.09], [-1.89, -0.09]], "window_locations": [[-0.86, 5.07]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.27, -0.09], [-0.86, -0.09], [-0.86, -5.24], [3.27, -5.24]], "door_locations": [[2.24, -0.09], [4.81, -0.09]], "window_locations": [[1.2, -5.24], [3.27, -4.21]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.36, 4.04], [1.2, 4.04], [1.2, -0.09], [6.36, -0.09]], "door_locations": [[4.81, -0.09]], "window_locations": [[3.78, 4.04], [6.36, 1.98]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[6.36, -0.09], [3.27, -0.09], [3.27, -3.18], [6.36, -3.18]], "door_locations": [[-1.89, -0.09]], "window_locations": [[6.36, -1.63], [4.81, -3.18]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-2.92, 5.07], [-7.05, 5.07], [-7.05, -0.09], [-2.92, -0.09]], "door_locations": [[-4.99, -0.09]], "window_locations": [[-7.05, 2.49], [-4.99, 5.07]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "wc", "area": 12.77, "connectivity": ["bedroom"]}, {"type": "office", "area": 21.28, "vertices_coordinates": [[0.77, -2.75], [-4.38, -2.75], [-4.38, -6.88], [0.77, -6.88]], "door_locations": [[3.35, -1.72]], "window_locations": [[-1.81, -6.88], [-4.38, -4.81]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[0.77, 2.41], [-3.35, 2.41], [-3.35, -2.75], [0.77, -2.75]], "door_locations": [[0.77, -2.24], [3.35, -1.72], [0.77, -4.81]], "window_locations": [[-3.35, -0.17], [-3.35, -0.17]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.84, 6.53], [-2.32, 6.53], [-2.32, 2.41], [2.84, 2.41]], "door_locations": [[-0.77, 2.41], [-2.32, 4.47]], "window_locations": [[0.26, 6.53], [2.84, 4.47]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Parking"}, {"type": "livingroom", "area": 26.6, "vertices_coordinates": [[5.93, -1.72], [0.77, -1.72], [0.77, -6.88], [5.93, -6.88]], "door_locations": [[-2.32, 4.47]], "window_locations": [[3.35, -6.88], [5.93, -4.3]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[5.93, 2.41], [0.77, 2.41], [0.77, -1.72], [5.93, -1.72]], "door_locations": [[0.77, -4.81]], "window_locations": [[5.93, 0.34], [4.38, 2.41]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-2.32, 6.53], [-5.42, 6.53], [-5.42, 2.41], [-2.32, 2.41]], "door_locations": [[0.77, -2.24], [-0.77, 2.41]], "window_locations": [[-5.42, 4.47], [-3.87, 6.53]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "views": "Parking", "connectivity": ["livingroom"], "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[1.72, -0.95], [-4.47, -0.95], [-4.47, -6.1], [1.72, -6.1]], "door_locations": [[1.72, -3.01]], "window_locations": [[-1.38, -6.1]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.72, 3.18], [-3.44, 3.18], [-3.44, -0.95], [1.72, -0.95]], "door_locations": [[-0.86, -0.95], [1.72, -3.01], [-4.47, -3.52]], "window_locations": [[-3.44, 1.12]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[1.72, 6.28], [-2.41, 6.28], [-2.41, 3.18], [1.72, 3.18]], "door_locations": [[1.72, 2.15], [1.72, 4.21]], "window_locations": [[-0.34, 6.28], [-2.41, 4.73]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[5.85, 1.12], [1.72, 1.12], [1.72, -5.07], [5.85, -5.07]], "door_locations": [[1.72, 4.21]], "window_locations": [[5.85, -1.98], [3.78, -5.07]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[7.91, 5.24], [1.72, 5.24], [1.72, 1.12], [7.91, 1.12]], "door_locations": [[-4.47, -3.52]], "window_locations": [[4.81, 5.24], [7.91, 3.18]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-4.47, -0.95], [-7.56, -0.95], [-7.56, -6.1], [-4.47, -6.1]], "door_locations": [[-0.86, -0.95], [1.72, 2.15]], "window_locations": [[-7.56, -3.52], [-6.02, -6.1]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 25.54, "vertices_coordinates": [[-2.15, 0.09], [-6.28, 0.09], [-6.28, -6.1], [-2.15, -6.1]], "door_locations": [[-2.15, -1.98], [1.98, 0.09]], "window_locations": [[-6.28, -3.01], [-4.21, -6.1]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 15.96, "closest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 17.03, "vertices_coordinates": [[0.95, 4.21], [-3.18, 4.21], [-3.18, 0.09], [0.95, 0.09]], "door_locations": [[-2.15, -1.98], [-2.66, 0.09], [-4.73, 0.09]], "window_locations": [[-1.12, 4.21], [-1.12, 4.21]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.01, 0.09], [-2.15, 0.09], [-2.15, -4.04], [3.01, -4.04]], "door_locations": [[1.98, 0.09], [5.59, 0.09]], "window_locations": [[0.43, -4.04], [3.01, -1.98]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[7.14, 4.21], [0.95, 4.21], [0.95, 0.09], [7.14, 0.09]], "door_locations": [[5.59, 0.09]], "window_locations": [[4.04, 4.21], [7.14, 2.15]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[7.14, 0.09], [4.04, 0.09], [4.04, -4.04], [7.14, -4.04]], "door_locations": [[-4.73, 0.09]], "window_locations": [[7.14, -1.98], [4.04, -1.98]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-3.18, 5.24], [-6.28, 5.24], [-6.28, 0.09], [-3.18, 0.09]], "door_locations": [[-2.66, 0.09]], "window_locations": [[-6.28, 2.66], [-4.73, 5.24]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "wc", "area": 12.77, "vertices_coordinates": [[-2.32, 7.22], [-5.42, 7.22], [-5.42, 3.09], [-2.32, 3.09]], "door_locations": [[0.77, -2.58], [-0.77, 2.06]], "window_locations": [[-5.42, 7.22]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[0.77, -3.09], [-4.38, -3.09], [-4.38, -7.22], [0.77, -7.22]], "door_locations": [[0.77, -5.16]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "views": "Immediate surroundings"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[1.81, 7.22], [-2.32, 7.22], [-2.32, 2.06], [1.81, 2.06]], "door_locations": [[-0.77, 2.06], [-2.32, 5.16]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 26.6, "vertices_coordinates": [[5.93, -2.06], [0.77, -2.06], [0.77, -7.22], [5.93, -7.22]], "door_locations": [[-2.32, 5.16]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[5.93, 3.09], [1.81, 3.09], [1.81, -2.06], [5.93, -2.06]], "door_locations": [[3.87, -2.06]], "window_locations": [[1.81, 0.0], [1.81, 0.0]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[0.77, 2.06], [-3.35, 2.06], [-3.35, -3.09], [0.77, -3.09]], "door_locations": [[0.77, -2.58], [0.77, -5.16], [3.87, -2.06]], "window_locations": [[0.77, 0.0], [0.77, 0.0]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 21.28, "closest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-1.81, 2.41], [-5.93, 2.41], [-5.93, -2.75], [-1.81, -2.75]], "door_locations": [[-1.81, -2.24]], "window_locations": [[-1.81, 0.34], [-1.81, 0.34]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[3.35, 6.53], [-2.84, 6.53], [-2.84, 2.41], [3.35, 2.41]], "door_locations": [[1.81, -1.72], [-1.81, -2.24], [-1.81, -4.81]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Parking"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[4.38, -1.72], [-1.81, -1.72], [-1.81, -6.88], [4.38, -6.88]], "door_locations": [[1.29, 2.41], [3.35, 4.47]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.38, 2.41], [-0.77, 2.41], [-0.77, -1.72], [4.38, -1.72]], "door_locations": [[3.35, 4.47]], "window_locations": [[-0.77, 0.34]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[6.45, 6.53], [3.35, 6.53], [3.35, 2.41], [6.45, 2.41]], "door_locations": [[-1.81, -4.81]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-1.81, -2.75], [-6.96, -2.75], [-6.96, -6.88], [-1.81, -6.88]], "door_locations": [[1.81, -1.72], [1.29, 2.41]], "window_locations": []}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 17.03, "vertices_coordinates": [[-0.69, -3.35], [-4.81, -3.35], [-4.81, -7.48], [-0.69, -7.48]], "door_locations": [[1.89, -1.29], [2.41, 2.84]], "window_locations": [[-2.75, -7.48], [-4.81, -5.42]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-0.69, 1.81], [-4.81, 1.81], [-4.81, -3.35], [-0.69, -3.35]], "door_locations": [[-0.69, -2.32]], "window_locations": [[-4.81, -0.77], [-2.75, 1.81]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 12.77, "views": "Greenhouse", "connectivity": ["bedroom"], "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[4.47, -1.29], [-0.69, -1.29], [-0.69, -7.48], [4.47, -7.48]], "door_locations": [[2.41, 2.84], [0.34, 4.9]], "window_locations": [[4.47, -4.38], [1.89, -7.48]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.47, 2.84], [-0.69, 2.84], [-0.69, -1.29], [4.47, -1.29]], "door_locations": [[0.34, 4.9]], "window_locations": [[4.47, 0.77]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.5, 6.96], [0.34, 6.96], [0.34, 2.84], [5.5, 2.84]], "door_locations": [[-0.69, -5.42]], "window_locations": [[2.92, 6.96], [5.5, 4.9]], "views": "Workshop,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[0.34, 6.96], [-2.75, 6.96], [-2.75, 2.84], [0.34, 2.84]], "door_locations": [[1.89, -1.29], [-0.69, -2.32], [-0.69, -5.42]], "window_locations": [[-2.75, 4.9], [-1.2, 6.96]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-4.21, -0.95], [-8.34, -0.95], [-8.34, -6.1], [-4.21, -6.1]], "door_locations": [[0.43, -0.95], [3.01, 0.6]], "window_locations": [[-8.34, -3.52], [-6.28, -6.1]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[-2.15, 4.21], [-6.28, 4.21], [-6.28, -0.95], [-2.15, -0.95]], "door_locations": [[-4.21, -3.01]], "window_locations": [[-6.28, 1.63], [-4.21, 4.21]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 29.8, "views": "Pool", "connectivity": ["foyer", "kitchen", "office"], "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.01, 3.18], [-2.15, 3.18], [-2.15, -0.95], [3.01, -0.95]], "door_locations": [[3.01, 0.6], [5.59, 2.15]], "window_locations": [[0.43, 3.18]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[7.14, 2.15], [3.01, 2.15], [3.01, -3.01], [7.14, -3.01]], "door_locations": [[5.59, 2.15]], "window_locations": [[7.14, -0.43], [5.07, -3.01]], "views": "Pool", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[7.14, 6.28], [4.04, 6.28], [4.04, 2.15], [7.14, 2.15]], "door_locations": [[-3.18, -0.95]], "window_locations": [[4.04, 4.21], [7.14, 4.21]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.01, -0.95], [-4.21, -0.95], [-4.21, -5.07], [3.01, -5.07]], "door_locations": [[0.43, -0.95], [-4.21, -3.01], [-3.18, -0.95]], "window_locations": [[-0.6, -5.07], [3.01, -4.04]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "bedroom", "area": 25.54, "views": "Immediate surroundings", "connectivity": ["foyer", "wc"], "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[-2.15, 3.01], [-6.28, 3.01], [-6.28, -0.09], [-2.15, -0.09]], "door_locations": [[1.98, 0.43]], "window_locations": [[-4.21, 3.01], [-6.28, 1.46]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.98, -0.09], [-2.15, -0.09], [-2.15, -5.24], [1.98, -5.24]], "door_locations": [[1.98, -2.66], [1.98, 0.43], [5.07, 0.95]], "window_locations": [[-0.09, -5.24]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[1.98, 5.07], [-2.15, 5.07], [-2.15, -0.09], [1.98, -0.09]], "door_locations": [[-2.15, -2.15], [-4.21, -0.09]], "window_locations": [[1.98, 3.01], [-0.09, 5.07]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[7.14, 0.95], [1.98, 0.95], [1.98, -5.24], [7.14, -5.24]], "door_locations": [[-4.21, -0.09]], "window_locations": [[7.14, -2.15], [4.56, -5.24]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[7.14, 5.07], [3.01, 5.07], [3.01, 0.95], [7.14, 0.95]], "door_locations": [[5.07, 0.95]], "window_locations": [[3.01, 3.01], [7.14, 3.01]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-2.15, -0.09], [-8.34, -0.09], [-8.34, -4.21], [-2.15, -4.21]], "door_locations": [[1.98, -2.66], [-2.15, -2.15]], "window_locations": [[-5.24, -4.21], [-8.34, -2.15]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-0.26, -2.66], [-5.42, -2.66], [-5.42, -8.85], [-0.26, -8.85]], "door_locations": [[-0.77, -2.66], [0.26, 2.49]], "window_locations": [[-5.42, -5.76], [-2.84, -8.85]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-1.29, 2.49], [-5.42, 2.49], [-5.42, -2.66], [-1.29, -2.66]], "door_locations": [[-3.35, -2.66]], "window_locations": [[-5.42, -0.09], [-3.87, 2.49]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "views": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.84, 2.49], [-1.29, 2.49], [-1.29, -2.66], [2.84, -2.66]], "door_locations": [[0.26, 2.49], [1.81, 5.59]], "window_locations": [[2.84, -0.09]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[4.9, -2.66], [-0.26, -2.66], [-0.26, -6.79], [4.9, -6.79]], "door_locations": [[1.81, 5.59]], "window_locations": [[2.32, -6.79], [4.9, -4.73]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[4.9, 7.65], [1.81, 7.65], [1.81, 3.52], [4.9, 3.52]], "door_locations": [[-0.26, -4.73]], "window_locations": [[4.9, 5.59], [3.35, 7.65]], "views": "Workshop,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[1.81, 7.65], [-2.32, 7.65], [-2.32, 2.49], [1.81, 2.49]], "door_locations": [[-0.77, -2.66], [-3.35, -2.66], [-0.26, -4.73]], "window_locations": [[-2.32, 5.07], [-0.26, 7.65]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 17.03, "vertices_coordinates": [[-3.44, 3.52], [-7.56, 3.52], [-7.56, -0.6], [-3.44, -0.6]], "door_locations": [[-2.92, -0.6], [1.72, 0.95]], "window_locations": [[-5.5, 3.52], [-7.56, 1.46]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-2.41, -0.6], [-6.53, -0.6], [-6.53, -7.82], [-2.41, -7.82]], "door_locations": [[-2.41, -3.7]], "window_locations": [[-6.53, -4.21], [-4.47, -7.82]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[1.72, -0.6], [-2.41, -0.6], [-2.41, -6.79], [1.72, -6.79]], "door_locations": [[1.72, 0.95], [6.36, 2.49]], "window_locations": [[1.72, -4.21], [-0.34, -6.79]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[7.91, 2.49], [1.72, 2.49], [1.72, -1.63], [7.91, -1.63]], "door_locations": [[6.36, 2.49]], "window_locations": [[4.81, -1.63], [7.91, 0.43]], "views": "Pool", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[7.91, 6.62], [4.81, 6.62], [4.81, 2.49], [7.91, 2.49]], "door_locations": [[-4.99, -0.6]], "window_locations": [[4.81, 4.56], [7.91, 4.56]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[1.72, 3.52], [-3.44, 3.52], [-3.44, -0.6], [1.72, -0.6]], "door_locations": [[-2.92, -0.6], [-2.41, -3.7], [-4.99, -0.6]], "window_locations": [[-0.86, 3.52]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-0.0, 1.03], [-5.16, 1.03], [-5.16, -3.09], [-0.0, -3.09]], "door_locations": [[2.58, -1.03], [-0.0, 2.06]], "window_locations": [[-5.16, -1.03]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[-0.0, -3.09], [-4.13, -3.09], [-4.13, -7.22], [-0.0, -7.22]], "door_locations": [[-0.0, -2.06]], "window_locations": [[-4.13, -5.16], [-2.06, -7.22]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[-0.0, 7.22], [-4.13, 7.22], [-4.13, 1.03], [-0.0, 1.03]], "door_locations": [[2.58, -1.03], [-0.0, -2.06], [-0.0, -5.16]], "window_locations": [[-4.13, 4.13], [-2.06, 7.22]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[5.16, -1.03], [-0.0, -1.03], [-0.0, -7.22], [5.16, -7.22]], "door_locations": [[-0.0, 2.06], [-0.0, 5.16]], "window_locations": [[5.16, -4.13], [2.58, -7.22]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[5.16, 3.09], [-0.0, 3.09], [-0.0, -1.03], [5.16, -1.03]], "door_locations": [[-0.0, 5.16]], "window_locations": [[5.16, 1.03], [4.13, 3.09]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.09, 7.22], [-0.0, 7.22], [-0.0, 3.09], [3.09, 3.09]], "door_locations": [[-0.0, -5.16]], "window_locations": [[3.09, 5.16], [1.55, 7.22]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-0.69, -1.38], [-5.85, -1.38], [-5.85, -5.5], [-0.69, -5.5]], "door_locations": [[-0.69, -0.34], [-0.69, 1.72]], "window_locations": [[-3.27, -5.5], [-5.85, -3.44]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[-0.69, 2.75], [-5.85, 2.75], [-5.85, -1.38], [-0.69, -1.38]], "door_locations": [[-0.69, -3.44]], "window_locations": [[-5.85, 0.69], [-4.81, 2.75]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[-0.69, 5.85], [-3.78, 5.85], [-3.78, 2.75], [-0.69, 2.75]], "door_locations": [[-0.69, -0.34], [-0.69, -3.44], [3.44, -1.89]], "window_locations": [[-2.24, 5.85], [-3.78, 4.3]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "closest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[4.47, 4.81], [-0.69, 4.81], [-0.69, 0.69], [4.47, 0.69]], "door_locations": [[-0.69, 3.78]], "window_locations": [[1.89, 4.81], [4.47, 2.75]], "views": "Workshop,Greenhouse,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[7.56, 0.69], [3.44, 0.69], [3.44, -4.47], [7.56, -4.47]], "door_locations": [[3.44, -1.89]], "window_locations": [[7.56, -1.89], [5.5, -4.47]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.44, 0.69], [-0.69, 0.69], [-0.69, -5.5], [3.44, -5.5]], "door_locations": [[-0.69, 1.72], [-0.69, 3.78]], "window_locations": [[1.38, -5.5]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-0.77, -1.46], [-5.93, -1.46], [-5.93, -7.65], [-0.77, -7.65]], "door_locations": [[-0.77, -3.52], [3.35, -1.46]], "window_locations": [[-5.93, -4.56], [-3.35, -7.65]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-1.81, 3.7], [-5.93, 3.7], [-5.93, -1.46], [-1.81, -1.46]], "door_locations": [[-3.87, -1.46]], "window_locations": [[-5.93, 1.12], [-3.87, 3.7]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[2.32, 2.66], [-1.81, 2.66], [-1.81, -1.46], [2.32, -1.46]], "door_locations": [[-0.77, -3.52], [-3.87, -1.46], [-1.29, -1.46]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.38, -1.46], [-0.77, -1.46], [-0.77, -5.59], [4.38, -5.59]], "door_locations": [[3.35, -1.46], [2.32, 3.7]], "window_locations": [[1.81, -5.59], [4.38, -3.52]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[2.32, 6.79], [-0.77, 6.79], [-0.77, 2.66], [2.32, 2.66]], "door_locations": [[2.32, 3.7]], "window_locations": [[-0.77, 4.73], [0.77, 6.79]], "views": "Greenhouse", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 25.54, "views": "Workshop"}]}
{"vertices_coordinates": [[6.45, 4.73], [2.32, 4.73], [2.32, -1.46], [6.45, -1.46]], "door_locations": [[-1.29, -1.46]], "window_locations": [[6.45, 1.63], [4.38, 4.73]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 17.03, "vertices_coordinates": [[-4.9, -1.2], [-9.03, -1.2], [-9.03, -5.33], [-4.9, -5.33]], "door_locations": [[1.29, -2.24], [2.32, 1.89]], "window_locations": [[-9.03, -3.27], [-6.96, -5.33]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[2.32, -2.24], [-4.9, -2.24], [-4.9, -6.36], [2.32, -6.36]], "door_locations": [[-2.32, -2.24]], "window_locations": [[-1.29, -6.36], [2.32, -4.3]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[0.26, 1.89], [-4.9, 1.89], [-4.9, -2.24], [0.26, -2.24]], "door_locations": [[1.29, -2.24], [-2.32, -2.24], [-4.9, -3.78]], "window_locations": [[-2.84, 1.89], [-4.9, 0.34]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[4.38, 6.02], [-0.77, 6.02], [-0.77, 1.89], [4.38, 1.89]], "door_locations": [[2.32, 1.89], [4.38, 3.95]], "window_locations": [[1.81, 6.02], [-0.77, 3.95]], "views": "Greenhouse", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[5.42, 1.89], [0.26, 1.89], [0.26, -2.24], [5.42, -2.24]], "door_locations": [[4.38, 3.95]], "window_locations": [[5.42, -0.17], [3.87, -2.24]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "closest_amenity": "Fruit Trees"}]}
{"vertices_coordinates": [[7.48, 6.02], [4.38, 6.02], [4.38, 1.89], [7.48, 1.89]], "door_locations": [[-4.9, -3.78]], "window_locations": [[7.48, 3.95], [5.93, 6.02]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "wc", "area": 12.77, "vertices_coordinates": [[-4.3, 4.47], [-7.39, 4.47], [-7.39, 0.34], [-4.3, 0.34]], "door_locations": [[-1.2, -2.24], [-2.75, 0.34]], "window_locations": [[-7.39, 2.41], [-5.85, 4.47]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[-1.2, 0.34], [-5.33, 0.34], [-5.33, -4.81], [-1.2, -4.81]], "door_locations": [[3.95, -2.24]], "window_locations": [[-5.33, -2.24], [-3.27, -4.81]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[0.86, 4.47], [-4.3, 4.47], [-4.3, 0.34], [0.86, 0.34]], "door_locations": [[-1.2, -2.24], [3.95, -2.24], [2.41, 0.34]], "window_locations": [[-1.72, 4.47], [-1.72, 4.47]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 26.6, "vertices_coordinates": [[3.95, 0.34], [-1.2, 0.34], [-1.2, -4.81], [3.95, -4.81]], "door_locations": [[-2.75, 0.34], [-4.3, 2.41]], "window_locations": [[1.38, -4.81], [1.38, -4.81]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 21.28, "connectivity": ["livingroom"]}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[8.08, 0.34], [3.95, 0.34], [3.95, -5.85], [8.08, -5.85]], "door_locations": [[2.41, 0.34]], "window_locations": [[8.08, -2.75], [6.02, -5.85]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[6.02, 4.47], [0.86, 4.47], [0.86, 0.34], [6.02, 0.34]], "door_locations": [[-4.3, 2.41]], "window_locations": [[3.44, 4.47], [6.02, 2.41]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 25.54, "vertices_coordinates": [[-1.38, -1.38], [-5.5, -1.38], [-5.5, -7.56], [-1.38, -7.56]], "door_locations": [[-1.38, -1.89], [0.69, 1.72]], "window_locations": [[-5.5, -4.47], [-3.44, -7.56]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-1.38, 3.78], [-5.5, 3.78], [-5.5, -1.38], [-1.38, -1.38]], "door_locations": [[-3.44, -1.38]], "window_locations": [[-5.5, 1.2], [-3.44, 3.78]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[1.72, -2.41], [-1.38, -2.41], [-1.38, -7.56], [1.72, -7.56]], "door_locations": [[-1.38, -1.89], [-3.44, -1.38], [-1.38, -4.99]], "window_locations": [[1.72, -4.99], [0.17, -7.56]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.78, 1.72], [-1.38, 1.72], [-1.38, -2.41], [3.78, -2.41]], "door_locations": [[0.69, 1.72], [2.75, 4.3]], "window_locations": [[3.78, -0.34], [2.75, -2.41]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.75, 6.88], [-1.38, 6.88], [-1.38, 1.72], [2.75, 1.72]], "door_locations": [[2.75, 4.3]], "window_locations": [[0.69, 6.88], [-1.38, 5.33]], "views": "Greenhouse", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[6.88, 5.85], [2.75, 5.85], [2.75, 2.75], [6.88, 2.75]], "door_locations": [[-1.38, -4.99]], "window_locations": [[4.81, 5.85], [4.81, 2.75]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "connectivity": ["livingroom"]}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[0.17, -0.86], [-6.02, -0.86], [-6.02, -6.02], [0.17, -6.02]], "door_locations": [[-4.99, -0.86]], "window_locations": [[-2.92, -6.02], [-6.02, -3.44]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[0.17, 3.27], [-3.95, 3.27], [-3.95, -0.86], [0.17, -0.86]], "door_locations": [[0.17, -2.92], [-4.99, -0.86], [-1.89, -0.86]], "window_locations": [[-1.89, 3.27], [-1.89, 3.27]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[5.33, -0.86], [0.17, -0.86], [0.17, -4.99], [5.33, -4.99]], "door_locations": [[2.24, -0.86], [4.3, 1.72]], "window_locations": [[2.75, -4.99], [5.33, -2.92]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[4.3, 4.3], [0.17, 4.3], [0.17, -0.86], [4.3, -0.86]], "door_locations": [[4.3, 1.72]], "window_locations": [[2.24, 4.3]], "views": "Workshop,Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[7.39, 3.27], [4.3, 3.27], [4.3, 0.17], [7.39, 0.17]], "door_locations": [[-1.89, -0.86]], "window_locations": [[5.85, 3.27], [5.85, 0.17]], "views": "Workshop,Pool", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-3.95, 4.3], [-8.08, 4.3], [-8.08, -0.86], [-3.95, -0.86]], "door_locations": [[0.17, -2.92], [2.24, -0.86]], "window_locations": [[-8.08, 1.72], [-6.02, 4.3]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-3.61, -1.89], [-6.71, -1.89], [-6.71, -7.05], [-3.61, -7.05]], "door_locations": [[0.52, -2.41], [2.06, 0.17]], "window_locations": [[-6.71, -4.47], [-5.16, -7.05]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-0.52, 4.3], [-5.67, 4.3], [-5.67, 0.17], [-0.52, 0.17]], "door_locations": [[-2.06, 0.17]], "window_locations": [[-3.09, 4.3], [-5.67, 2.24]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 29.8, "closest_amenity": "Parking"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[3.61, 6.36], [-0.52, 6.36], [-0.52, 0.17], [3.61, 0.17]], "door_locations": [[2.06, 0.17], [3.61, 4.81]], "window_locations": [[1.55, 6.36], [3.61, 1.72]], "views": "Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.64, 0.17], [0.52, 0.17], [0.52, -4.99], [4.64, -4.99]], "door_locations": [[3.61, 4.81]], "window_locations": [[4.64, -2.41], [2.58, -4.99]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[7.74, 6.36], [3.61, 6.36], [3.61, 3.27], [7.74, 3.27]], "door_locations": [[-3.61, -4.47]], "window_locations": [[5.67, 3.27], [5.67, 6.36]], "views": "Workshop,Pool", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[0.52, 0.17], [-3.61, 0.17], [-3.61, -7.05], [0.52, -7.05]], "door_locations": [[0.52, -2.41], [-2.06, 0.17], [-3.61, -4.47]], "window_locations": [[-1.55, -7.05], [0.52, -6.02]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 21.28, "vertices_coordinates": [[-3.44, 2.49], [-8.6, 2.49], [-8.6, -1.63], [-3.44, -1.63]], "door_locations": [[0.69, -3.7], [3.27, -1.63]], "window_locations": [[-6.02, 2.49], [-8.6, 0.43]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "views": "Parking"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[0.69, 4.56], [-3.44, 4.56], [-3.44, -1.63], [0.69, -1.63]], "door_locations": [[0.69, -3.7], [-1.38, -1.63], [-4.47, -1.63]], "window_locations": [[0.69, 1.46], [-1.38, 4.56]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 17.03, "vertices_coordinates": [[4.81, -1.63], [0.69, -1.63], [0.69, -5.76], [4.81, -5.76]], "door_locations": [[3.27, -1.63], [3.27, 3.52]], "window_locations": [[4.81, -3.7], [2.75, -5.76]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.85, 3.52], [1.72, 3.52], [1.72, -1.63], [5.85, -1.63]], "door_locations": [[3.27, 3.52]], "window_locations": [[1.72, 0.95], [5.85, 0.95]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[4.81, 6.62], [1.72, 6.62], [1.72, 3.52], [4.81, 3.52]], "door_locations": [[-4.47, -1.63]], "window_locations": [[3.27, 6.62], [4.81, 5.07]], "views": "Workshop,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[0.69, -1.63], [-5.5, -1.63], [-5.5, -6.79], [0.69, -6.79]], "door_locations": [[-1.38, -1.63]], "window_locations": [[-2.41, -6.79], [-5.5, -4.21]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "foyer", "area": 21.28, "views": "Immediate surroundings"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[1.98, -2.75], [-4.21, -2.75], [-4.21, -6.88], [1.98, -6.88]], "door_locations": [[1.98, -4.3]], "window_locations": [[-1.12, -6.88], [-4.21, -4.81]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[-0.09, 7.56], [-4.21, 7.56], [-4.21, 2.41], [-0.09, 2.41]], "door_locations": [[-2.66, -2.75], [1.98, -4.3], [0.43, -2.75]], "window_locations": [[-4.21, 4.99], [-2.15, 7.56]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[1.98, 2.41], [-1.12, 2.41], [-1.12, -2.75], [1.98, -2.75]], "door_locations": [[-2.66, 2.41], [-0.09, 3.95]], "window_locations": [[1.98, 0.34], [1.98, 0.34]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[3.01, 5.5], [-0.09, 5.5], [-0.09, 2.41], [3.01, 2.41]], "door_locations": [[-0.09, 3.95]], "window_locations": [[3.01, 3.95], [1.46, 5.5]], "views": "Workshop,Greenhouse,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[7.14, -1.72], [1.98, -1.72], [1.98, -5.85], [7.14, -5.85]], "door_locations": [[0.43, -2.75]], "window_locations": [[4.56, -1.72], [4.56, -5.85]], "views": "Workshop", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[-1.12, 2.41], [-5.24, 2.41], [-5.24, -2.75], [-1.12, -2.75]], "door_locations": [[-2.66, -2.75], [-2.66, 2.41]], "window_locations": [[-5.24, -0.17]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "bedroom", "area": 21.28, "vertices_coordinates": [[-0.69, 6.19], [-5.85, 6.19], [-5.85, 2.06], [-0.69, 2.06]], "door_locations": [[0.34, -2.06], [-2.24, 2.06]], "window_locations": [[-5.85, 4.13], [-5.85, 4.13]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[0.34, -3.09], [-4.81, -3.09], [-4.81, -7.22], [0.34, -7.22]], "door_locations": [[0.34, -5.16]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "views": "Immediate surroundings", "connectivity": ["livingroom", "bedroom"], "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[2.41, 6.19], [-0.69, 6.19], [-0.69, 3.09], [2.41, 3.09]], "door_locations": [[-2.24, 2.06], [-0.69, 4.64]], "window_locations": [[0.34, 3.09], [0.34, 3.09]], "views": "Immediate surroundings", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[5.5, -1.03], [0.34, -1.03], [0.34, -7.22], [5.5, -7.22]], "door_locations": [[-0.69, 4.64]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[5.5, 3.09], [1.38, 3.09], [1.38, -1.03], [5.5, -1.03]], "door_locations": [[3.44, -1.03]], "window_locations": [[1.38, 1.03], [1.38, 1.03]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[0.34, 2.06], [-3.78, 2.06], [-3.78, -3.09], [0.34, -3.09]], "door_locations": [[0.34, -2.06], [0.34, -5.16], [3.44, -1.03]], "window_locations": [[0.34, 0.52]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 17.03, "vertices_coordinates": [[-3.09, 1.72], [-7.22, 1.72], [-7.22, -2.41], [-3.09, -2.41]], "door_locations": [[-0.52, -2.41], [-1.03, 1.72]], "window_locations": [[-5.16, 1.72], [-7.22, -0.34]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "livingroom", "area": 25.54, "views": "Parking"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.06, 1.72], [-3.09, 1.72], [-3.09, -2.41], [2.06, -2.41]], "door_locations": [[-0.52, -2.41], [2.06, -3.95], [-3.61, -2.41]], "window_locations": [[2.06, 0.17]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[1.03, 6.88], [-3.09, 6.88], [-3.09, 1.72], [1.03, 1.72]], "door_locations": [[-1.03, 1.72], [1.03, 4.3]], "window_locations": [[-3.09, 4.3], [-1.03, 6.88]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[5.16, 5.85], [1.03, 5.85], [1.03, 2.75], [5.16, 2.75]], "door_locations": [[1.03, 4.3]], "window_locations": [[3.09, 5.85], [3.09, 2.75]], "views": "Workshop,Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[7.22, -1.38], [2.06, -1.38], [2.06, -5.5], [7.22, -5.5]], "door_locations": [[-3.61, -2.41]], "window_locations": [[4.64, -1.38], [4.64, -5.5]], "views": "Workshop", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[2.06, -2.41], [-4.13, -2.41], [-4.13, -6.53], [2.06, -6.53]], "door_locations": [[2.06, -3.95]], "window_locations": [[-1.03, -6.53], [-4.13, -4.47]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-5.16, 4.13], [-8.25, 4.13], [-8.25, -1.03], [-5.16, -1.03]], "door_locations": [[0.0, -2.58], [4.13, -1.03]], "window_locations": [[-8.25, 1.55], [-6.71, 4.13]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[0.0, -1.03], [-6.19, -1.03], [-6.19, -5.16], [0.0, -5.16]], "door_locations": [[-2.58, -1.03]], "window_locations": [[-3.09, -5.16], [-6.19, -3.09]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[0.0, 3.09], [-5.16, 3.09], [-5.16, -1.03], [0.0, -1.03]], "door_locations": [[0.0, -2.58], [-2.58, -1.03], [-5.67, -1.03]], "window_locations": [[-2.58, 3.09], [-0.0, 2.06]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[5.16, 5.16], [2.06, 5.16], [2.06, 1.03], [5.16, 1.03]], "door_locations": [[4.64, 1.03]], "window_locations": [[2.06, 3.09], [5.16, 3.09]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[9.28, 1.03], [4.13, 1.03], [4.13, -3.09], [9.28, -3.09]], "door_locations": [[-5.67, -1.03]], "window_locations": [[6.71, -3.09], [9.28, -1.03]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[4.13, 1.03], [0.0, 1.03], [0.0, -4.13], [4.13, -4.13]], "door_locations": [[4.13, -1.03], [4.64, 1.03]], "window_locations": [[2.06, -4.13], [1.03, 1.03]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "foyer", "area": 21.28, "vertices_coordinates": [[-1.89, 2.49], [-6.02, 2.49], [-6.02, -2.66], [-1.89, -2.66]], "door_locations": [[-2.92, -2.66], [-3.44, 2.49]], "window_locations": [[-6.02, -0.09], [-4.99, -2.66]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[0.17, 6.62], [-4.99, 6.62], [-4.99, 2.49], [0.17, 2.49]], "door_locations": [[2.24, -4.21]], "window_locations": [[-2.41, 6.62], [-4.99, 4.56]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[2.24, -2.66], [-3.95, -2.66], [-3.95, -6.79], [2.24, -6.79]], "door_locations": [[-2.92, -2.66], [2.24, -4.21], [0.17, -2.66]], "window_locations": [[-0.86, -6.79], [-3.95, -4.73]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[2.24, 2.49], [-1.89, 2.49], [-1.89, -2.66], [2.24, -2.66]], "door_locations": [[-3.44, 2.49], [0.17, 4.04]], "window_locations": [[2.24, 0.43], [2.24, 0.43]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "closest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[7.39, -1.63], [2.24, -1.63], [2.24, -5.76], [7.39, -5.76]], "door_locations": [[0.17, -2.66]], "window_locations": [[4.81, -1.63], [4.81, -5.76]], "views": "Workshop", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[4.3, 5.59], [0.17, 5.59], [0.17, 2.49], [4.3, 2.49]], "door_locations": [[0.17, 4.04]], "window_locations": [[2.24, 5.59], [4.3, 4.04]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 25.54, "vertices_coordinates": [[-1.12, -2.75], [-7.31, -2.75], [-7.31, -6.88], [-1.12, -6.88]], "door_locations": [[2.49, -1.72], [3.01, 2.41]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[-1.12, 2.41], [-5.24, 2.41], [-5.24, -2.75], [-1.12, -2.75]], "door_locations": [[-1.12, -4.81]], "window_locations": [[-1.12, 0.34]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[0.95, 6.53], [-2.15, 6.53], [-2.15, 2.41], [0.95, 2.41]], "door_locations": [[2.49, -1.72], [-1.12, -4.81], [-1.12, -2.24]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[5.07, -1.72], [-1.12, -1.72], [-1.12, -6.88], [5.07, -6.88]], "door_locations": [[3.01, 2.41], [0.95, 4.47]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "views": "Immediate surroundings", "connectivity": ["livingroom", "bedroom"], "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.1, 6.53], [0.95, 6.53], [0.95, 2.41], [6.1, 2.41]], "door_locations": [[-1.12, -2.24]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[5.07, 2.41], [-0.09, 2.41], [-0.09, -1.72], [5.07, -1.72]], "door_locations": [[0.95, 4.47]], "window_locations": [[-0.09, 0.34], [-0.09, 0.34]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-0.34, -1.89], [-6.53, -1.89], [-6.53, -7.05], [-0.34, -7.05]], "door_locations": [[-0.86, -1.89], [0.69, 2.24]], "window_locations": [[-3.44, -7.05], [-6.53, -4.47]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[-1.38, 2.24], [-6.53, 2.24], [-6.53, -1.89], [-1.38, -1.89]], "door_locations": [[-0.34, -4.47]], "window_locations": [[-4.47, 2.24], [-6.53, 0.17]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.75, 6.36], [-2.41, 6.36], [-2.41, 2.24], [2.75, 2.24]], "door_locations": [[-0.86, -1.89], [-0.34, -4.47], [-3.95, -1.89]], "window_locations": [[0.17, 6.36], [-2.41, 4.3]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.78, 2.24], [-1.38, 2.24], [-1.38, -1.89], [3.78, -1.89]], "door_locations": [[0.69, 2.24], [2.75, 4.3]], "window_locations": [[3.78, 0.17], [3.78, 0.17]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[3.78, -1.89], [-0.34, -1.89], [-0.34, -7.05], [3.78, -7.05]], "door_locations": [[2.75, 4.3]], "window_locations": [[3.78, -4.47], [1.72, -7.05]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "closest_amenity": "Fruit Trees"}]}
{"vertices_coordinates": [[5.85, 6.36], [2.75, 6.36], [2.75, 2.24], [5.85, 2.24]], "door_locations": [[-3.95, -1.89]], "window_locations": [[5.85, 4.3], [4.3, 6.36]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "foyer", "area": 21.28, "vertices_coordinates": [[-2.15, 3.78], [-7.31, 3.78], [-7.31, -0.34], [-2.15, -0.34]], "door_locations": [[-2.15, 0.17], [-2.15, 2.24]], "window_locations": [[-4.73, 3.78], [-7.31, 1.72]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-2.15, -0.34], [-6.28, -0.34], [-6.28, -5.5], [-2.15, -5.5]], "door_locations": [[-2.15, -2.92]], "window_locations": [[-6.28, -2.92], [-4.21, -5.5]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[3.01, 0.69], [-2.15, 0.69], [-2.15, -5.5], [3.01, -5.5]], "door_locations": [[-2.15, 0.17], [-2.15, -2.92], [3.01, -1.89]], "window_locations": [[0.43, -5.5]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "closest_amenity": "Greenhouse"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[5.07, 3.78], [1.98, 3.78], [1.98, 0.69], [5.07, 0.69]], "door_locations": [[1.98, 2.24]], "window_locations": [[3.52, 3.78], [5.07, 2.24]], "views": "Workshop,Greenhouse,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[7.14, 0.69], [3.01, 0.69], [3.01, -4.47], [7.14, -4.47]], "door_locations": [[3.01, -1.89]], "window_locations": [[7.14, -1.89], [5.07, -4.47]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[1.98, 5.85], [-2.15, 5.85], [-2.15, 0.69], [1.98, 0.69]], "door_locations": [[-2.15, 2.24], [1.98, 2.24]], "window_locations": [[-0.09, 5.85], [1.98, 4.81]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 25.54, "views": "Immediate surroundings"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[-2.66, 6.53], [-6.79, 6.53], [-6.79, 2.41], [-2.66, 2.41]], "door_locations": [[-2.66, 1.38]], "window_locations": [[-6.79, 4.47], [-4.73, 6.53]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.49, 0.34], [-2.66, 0.34], [-2.66, -3.78], [2.49, -3.78]], "door_locations": [[-2.66, -1.72], [-2.66, 1.38], [-4.73, 2.41]], "window_locations": [[-0.09, -3.78]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[2.49, 4.47], [-2.66, 4.47], [-2.66, 0.34], [2.49, 0.34]], "door_locations": [[2.49, -1.2], [5.07, -2.75]], "window_locations": [[-0.09, 4.47], [2.49, 3.44]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.62, 2.41], [2.49, 2.41], [2.49, -2.75], [6.62, -2.75]], "door_locations": [[5.07, -2.75]], "window_locations": [[6.62, -0.17], [4.56, 2.41]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[6.62, -2.75], [3.52, -2.75], [3.52, -5.85], [6.62, -5.85]], "door_locations": [[-4.73, 2.41]], "window_locations": [[6.62, -4.3], [3.52, -4.3]], "views": "Parking", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[-2.66, 2.41], [-6.79, 2.41], [-6.79, -3.78], [-2.66, -3.78]], "door_locations": [[-2.66, -1.72], [2.49, -1.2]], "window_locations": [[-6.79, -0.69], [-4.73, -3.78]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-0.69, -2.15], [-5.85, -2.15], [-5.85, -8.34], [-0.69, -8.34]], "door_locations": [[-1.2, -2.15], [0.34, 1.98]], "window_locations": [[-5.85, -5.24], [-3.27, -8.34]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[-1.72, 1.98], [-5.85, 1.98], [-5.85, -2.15], [-1.72, -2.15]], "door_locations": [[-0.69, -4.21]], "window_locations": [[-5.85, -0.09], [-3.78, 1.98]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "views": "Immediate surroundings", "connectivity": ["livingroom", "bedroom"], "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.41, 7.14], [-1.72, 7.14], [-1.72, 1.98], [2.41, 1.98]], "door_locations": [[0.34, 1.98], [2.41, 5.07]], "window_locations": [[-1.72, 4.56], [0.34, 7.14]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[4.47, -2.15], [-0.69, -2.15], [-0.69, -6.28], [4.47, -6.28]], "door_locations": [[2.41, 5.07]], "window_locations": [[1.89, -6.28], [4.47, -4.21]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[5.5, 7.14], [2.41, 7.14], [2.41, 3.01], [5.5, 3.01]], "door_locations": [[-3.78, -2.15]], "window_locations": [[5.5, 5.07], [3.95, 7.14]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.44, 1.98], [-1.72, 1.98], [-1.72, -2.15], [3.44, -2.15]], "door_locations": [[-1.2, -2.15], [-0.69, -4.21], [-3.78, -2.15]], "window_locations": [[3.44, -0.09]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "foyer", "area": 21.28, "vertices_coordinates": [[-0.69, 1.72], [-5.85, 1.72], [-5.85, -2.41], [-0.69, -2.41]], "door_locations": [[-0.69, -1.38], [-0.69, 0.69]], "window_locations": [[-5.85, -0.34]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[-0.69, -2.41], [-4.81, -2.41], [-4.81, -6.53], [-0.69, -6.53]], "door_locations": [[3.95, -0.34]], "window_locations": [[-4.81, -4.47], [-2.75, -6.53]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 12.77, "views": "Greenhouse", "connectivity": ["bedroom"], "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[4.47, -0.34], [-0.69, -0.34], [-0.69, -6.53], [4.47, -6.53]], "door_locations": [[-0.69, 0.69], [-0.69, 3.27]], "window_locations": [[4.47, -3.44], [1.89, -6.53]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[3.44, 4.81], [-0.69, 4.81], [-0.69, -0.34], [3.44, -0.34]], "door_locations": [[-0.69, 3.27]], "window_locations": [[1.38, 4.81], [1.38, 4.81]], "views": "Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[7.56, 5.85], [3.44, 5.85], [3.44, -0.34], [7.56, -0.34]], "door_locations": [[-0.69, -4.47]], "window_locations": [[7.56, 2.75], [5.5, 5.85]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-0.69, 4.81], [-4.81, 4.81], [-4.81, 1.72], [-0.69, 1.72]], "door_locations": [[-0.69, -1.38], [3.95, -0.34], [-0.69, -4.47]], "window_locations": [[-2.75, 4.81], [-4.81, 3.27]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 25.54, "vertices_coordinates": [[-2.32, 5.42], [-8.51, 5.42], [-8.51, 1.29], [-2.32, 1.29]], "door_locations": [[-2.32, -0.26], [2.84, -0.26]], "window_locations": [[-5.42, 5.42], [-8.51, 3.35]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-2.32, 1.29], [-7.48, 1.29], [-7.48, -4.9], [-2.32, -4.9]], "door_locations": [[-4.9, 1.29]], "window_locations": [[-7.48, -1.81], [-4.9, -4.9]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[2.84, -1.81], [-2.32, -1.81], [-2.32, -4.9], [2.84, -4.9]], "door_locations": [[-2.32, -0.26], [-4.9, 1.29], [-2.32, -3.35]], "window_locations": [[0.26, -4.9]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.84, 2.32], [-2.32, 2.32], [-2.32, -1.81], [2.84, -1.81]], "door_locations": [[2.84, -0.26], [4.9, 1.29]], "window_locations": [[0.26, 2.32], [0.26, 2.32]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.96, 1.29], [2.84, 1.29], [2.84, -3.87], [6.96, -3.87]], "door_locations": [[4.9, 1.29]], "window_locations": [[6.96, -1.29], [4.9, -3.87]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "closest_amenity": "Fruit Trees"}]}
{"vertices_coordinates": [[6.96, 4.38], [2.84, 4.38], [2.84, 1.29], [6.96, 1.29]], "door_locations": [[-2.32, -3.35]], "window_locations": [[4.9, 4.38], [6.96, 2.84]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "wc", "area": 12.77, "vertices_coordinates": [[-2.66, 6.96], [-5.76, 6.96], [-5.76, 2.84], [-2.66, 2.84]], "door_locations": [[-1.63, -2.32], [-1.12, 2.84]], "window_locations": [[-5.76, 4.9], [-4.21, 6.96]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[1.46, -2.32], [-3.7, -2.32], [-3.7, -8.51], [1.46, -8.51]], "door_locations": [[1.46, -4.38]], "window_locations": [[-3.7, -5.42], [-1.12, -8.51]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "views": "Immediate surroundings", "connectivity": ["livingroom", "bedroom"], "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.49, 6.96], [-2.66, 6.96], [-2.66, 2.84], [2.49, 2.84]], "door_locations": [[-1.12, 2.84], [-2.66, 4.9]], "window_locations": [[-0.09, 6.96], [2.49, 4.9]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[4.56, 1.81], [0.43, 1.81], [0.43, -2.32], [4.56, -2.32]], "door_locations": [[-2.66, 4.9]], "window_locations": [[2.49, 1.81], [4.56, -0.26]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[7.65, -2.32], [1.46, -2.32], [1.46, -6.45], [7.65, -6.45]], "door_locations": [[0.95, -2.32]], "window_locations": [[4.56, -6.45], [7.65, -4.38]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[0.43, 2.84], [-3.7, 2.84], [-3.7, -2.32], [0.43, -2.32]], "door_locations": [[-1.63, -2.32], [1.46, -4.38], [0.95, -2.32]], "window_locations": [[-3.7, 0.26]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-1.29, 0.86], [-6.45, 0.86], [-6.45, -5.33], [-1.29, -5.33]], "door_locations": [[-3.35, 0.86], [-1.29, 3.95]], "window_locations": [[-6.45, -2.75], [-1.29, -5.33]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[-1.29, 6.02], [-5.42, 6.02], [-5.42, 0.86], [-1.29, 0.86]], "door_locations": [[-1.29, -4.3]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "views": "Immediate surroundings"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[2.84, 0.86], [-1.29, 0.86], [-1.29, -3.27], [2.84, -3.27]], "door_locations": [[-1.29, 3.95], [2.84, 2.41]], "window_locations": [[0.77, 0.86], [0.77, 0.86]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[2.84, 7.05], [-1.29, 7.05], [-1.29, 1.89], [2.84, 1.89]], "door_locations": [[2.84, 2.41]], "window_locations": [[0.77, 1.89], [0.77, 1.89]], "views": "Immediate surroundings", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[5.93, 2.92], [2.84, 2.92], [2.84, -1.2], [5.93, -1.2]], "door_locations": [[-1.29, -1.2]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.87, -3.27], [-1.29, -3.27], [-1.29, -7.39], [3.87, -7.39]], "door_locations": [[-3.35, 0.86], [-1.29, -4.3], [-1.29, -1.2]], "window_locations": []}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-5.42, 1.63], [-8.51, 1.63], [-8.51, -3.52], [-5.42, -3.52]], "door_locations": [[-3.35, -0.43], [-1.29, 1.63]], "window_locations": [[-8.51, -0.95], [-6.96, -3.52]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[1.81, -0.43], [-5.42, -0.43], [-5.42, -4.56], [1.81, -4.56]], "door_locations": [[1.81, -2.49]], "window_locations": [[-1.81, -4.56]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[-1.29, 4.73], [-5.42, 4.73], [-5.42, -0.43], [-1.29, -0.43]], "door_locations": [[-3.35, -0.43], [1.81, -2.49], [-5.42, -1.98]], "window_locations": [[-3.35, 4.73], [-5.42, 3.18]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[3.87, 3.7], [-1.29, 3.7], [-1.29, -0.43], [3.87, -0.43]], "door_locations": [[-1.29, 1.63], [3.87, 2.15]], "window_locations": [[1.29, 3.7]], "views": "Workshop,Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 25.54, "views": "Pool", "connectivity": ["livingroom"], "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[7.99, 3.7], [3.87, 3.7], [3.87, 0.6], [7.99, 0.6]], "door_locations": [[-5.42, -1.98]], "window_locations": [[5.93, 3.7], [5.93, 0.6]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[7.99, -0.43], [1.81, -0.43], [1.81, -4.56], [7.99, -4.56]], "door_locations": [[3.87, 2.15]], "window_locations": [[4.9, -4.56], [7.99, -2.49]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "foyer", "area": 21.28, "closest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[0.26, 5.33], [-4.9, 5.33], [-4.9, 1.2], [0.26, 1.2]], "door_locations": [[4.38, -4.47]], "window_locations": [[-4.9, 3.27], [0.26, 3.27]], "views": "Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[-1.81, 9.46], [-4.9, 9.46], [-4.9, 5.33], [-1.81, 5.33]], "door_locations": [[-1.81, -2.92], [4.38, -4.47], [1.81, -2.92]], "window_locations": [[-4.9, 7.39], [-1.81, 7.39]], "views": "Workshop,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[4.38, -2.92], [-2.84, -2.92], [-2.84, -7.05], [4.38, -7.05]], "door_locations": [[-2.84, 1.2], [-3.35, 5.33]], "window_locations": [[0.77, -7.05], [-2.84, -4.99]], "views": "Parking", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[4.38, 0.17], [-0.77, 0.17], [-0.77, -2.92], [4.38, -2.92]], "door_locations": [[-3.35, 5.33]], "window_locations": [[1.81, 0.17]], "views": "Workshop,Greenhouse", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[8.51, -0.86], [4.38, -0.86], [4.38, -6.02], [8.51, -6.02]], "door_locations": [[1.81, -2.92]], "window_locations": [[8.51, -3.44], [6.45, -0.86]], "views": "Workshop,Fruit Trees", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[-0.77, 1.2], [-5.93, 1.2], [-5.93, -2.92], [-0.77, -2.92]], "door_locations": [[-1.81, -2.92], [-2.84, 1.2]], "window_locations": [[-5.93, -0.86], [-4.38, -2.92]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-2.58, -2.66], [-7.74, -2.66], [-7.74, -5.76], [-2.58, -5.76]], "door_locations": [[0.52, -0.6], [2.58, 1.46]], "window_locations": [[-5.16, -5.76], [-7.74, -4.21]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-2.58, 1.46], [-7.74, 1.46], [-7.74, -2.66], [-2.58, -2.66]], "door_locations": [[-2.58, -1.63]], "window_locations": [[-5.16, 1.46], [-7.74, -0.6]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "livingroom", "area": 26.6, "vertices_coordinates": [[2.58, -0.6], [-2.58, -0.6], [-2.58, -5.76], [2.58, -5.76]], "door_locations": [[0.52, -0.6], [-2.58, -1.63], [-2.58, -4.21]], "window_locations": [[0.0, -5.76], [2.58, -4.21]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.58, 4.56], [-1.55, 4.56], [-1.55, -0.6], [2.58, -0.6]], "door_locations": [[2.58, 1.46], [5.16, 3.52]], "window_locations": [[-1.55, 1.98], [0.52, 4.56]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 25.54, "closest_amenity": "Fruit Trees"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[6.71, 7.65], [3.61, 7.65], [3.61, 3.52], [6.71, 3.52]], "door_locations": [[-2.58, -4.21]], "window_locations": [[3.61, 5.59], [6.71, 5.59]], "views": "Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[6.71, 3.52], [2.58, 3.52], [2.58, -2.66], [6.71, -2.66]], "door_locations": [[5.16, 3.52]], "window_locations": [[6.71, 0.43], [4.64, -2.66]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "foyer", "area": 21.28, "vertices_coordinates": [[-0.43, 2.32], [-5.59, 2.32], [-5.59, -1.81], [-0.43, -1.81]], "door_locations": [[-1.98, -1.81], [-2.49, 2.32]], "window_locations": [[-5.59, 0.26], [-4.56, -1.81]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[0.6, 6.45], [-4.56, 6.45], [-4.56, 2.32], [0.6, 2.32]], "door_locations": [[0.6, -4.38]], "window_locations": [[-1.98, 6.45], [-4.56, 4.38]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[0.6, -1.81], [-3.52, -1.81], [-3.52, -7.99], [0.6, -7.99]], "door_locations": [[-1.98, -1.81], [0.6, -4.38], [0.09, -1.81]], "window_locations": [[-3.52, -4.9], [-1.46, -7.99]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[3.7, 2.32], [-0.43, 2.32], [-0.43, -1.81], [3.7, -1.81]], "door_locations": [[-2.49, 2.32], [0.6, 4.38]], "window_locations": [[3.7, 0.26], [3.7, 0.26]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[4.73, -1.81], [0.6, -1.81], [0.6, -6.96], [4.73, -6.96]], "door_locations": [[0.6, 4.38]], "window_locations": [[4.73, -4.38], [2.66, -6.96]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "views": "Workshop,Greenhouse,Fruit Trees", "connectivity": ["bedroom"], "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.7, 6.45], [0.6, 6.45], [0.6, 2.32], [3.7, 2.32]], "door_locations": [[0.09, -1.81]], "window_locations": [[3.7, 4.38], [2.15, 6.45]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-2.49, 5.42], [-7.65, 5.42], [-7.65, 2.32], [-2.49, 2.32]], "door_locations": [[-2.49, -1.29], [1.63, -0.77]], "window_locations": [[-5.07, 5.42], [-7.65, 3.87]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[-2.49, 2.32], [-6.62, 2.32], [-6.62, -3.87], [-2.49, -3.87]], "door_locations": [[-2.49, 1.81]], "window_locations": [[-6.62, -0.77], [-4.56, -3.87]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[1.63, 1.29], [-2.49, 1.29], [-2.49, -3.87], [1.63, -3.87]], "door_locations": [[-2.49, -1.29], [-2.49, 1.81], [-4.56, 2.32]], "window_locations": [[-0.43, -3.87]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 25.54, "vertices_coordinates": [[3.7, 5.42], [-2.49, 5.42], [-2.49, 1.29], [3.7, 1.29]], "door_locations": [[1.63, -0.77], [4.73, -2.84]], "window_locations": [[0.6, 5.42], [3.7, 3.35]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 25.54, "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[6.79, -2.84], [2.66, -2.84], [2.66, -5.93], [6.79, -5.93]], "door_locations": [[-4.56, 2.32]], "window_locations": [[4.73, -5.93], [6.79, -4.38]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[7.82, 1.29], [1.63, 1.29], [1.63, -2.84], [7.82, -2.84]], "door_locations": [[4.73, -2.84]], "window_locations": [[7.82, -0.77], [5.76, 1.29]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "bedroom", "area": 21.28, "vertices_coordinates": [[-2.66, 3.87], [-6.79, 3.87], [-6.79, -1.29], [-2.66, -1.29]], "door_locations": [[0.43, -3.35], [-3.7, -1.29]], "window_locations": [[-6.79, 1.29], [-4.73, 3.87]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[0.43, -1.29], [-4.73, -1.29], [-4.73, -5.42], [0.43, -5.42]], "door_locations": [[4.56, -1.29]], "window_locations": [[-2.15, -5.42], [-4.73, -3.35]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[2.49, 1.81], [-2.66, 1.81], [-2.66, -1.29], [2.49, -1.29]], "door_locations": [[0.43, -3.35], [4.56, -1.29], [1.46, -1.29]], "window_locations": [[1.46, 1.81], [1.46, 1.81]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[0.43, 5.93], [-2.66, 5.93], [-2.66, 1.81], [0.43, 1.81]], "door_locations": [[-3.7, -1.29], [-2.66, 2.84]], "window_locations": [[0.43, 3.87], [-1.12, 5.93]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[6.62, -1.29], [0.43, -1.29], [0.43, -5.42], [6.62, -5.42]], "door_locations": [[-2.66, 2.84]], "window_locations": [[3.52, -5.42], [6.62, -3.35]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[6.62, 3.87], [2.49, 3.87], [2.49, -1.29], [6.62, -1.29]], "door_locations": [[1.46, -1.29]], "window_locations": [[6.62, 1.29], [4.56, 3.87]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-2.75, 3.27], [-6.88, 3.27], [-6.88, -3.95], [-2.75, -3.95]], "door_locations": [[-2.75, -2.92], [1.38, -3.44]], "window_locations": [[-6.88, -0.34], [-4.81, -3.95]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Fruit Trees"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[0.34, 8.42], [-3.78, 8.42], [-3.78, 3.27], [0.34, 3.27]], "door_locations": [[-2.75, 0.69]], "window_locations": [[-3.78, 5.85], [0.34, 5.85]], "views": "Fruit Trees", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 17.03, "vertices_coordinates": [[1.38, -1.89], [-2.75, -1.89], [-2.75, -6.02], [1.38, -6.02]], "door_locations": [[-2.75, -2.92], [-2.75, 0.69], [-3.27, 3.27]], "window_locations": [[-0.69, -6.02], [-2.75, -4.99]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[1.38, 3.27], [-2.75, 3.27], [-2.75, -1.89], [1.38, -1.89]], "door_locations": [[1.38, -3.44], [3.44, -0.86]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Pool"}, {"type": "bedroom", "area": 25.54, "vertices_coordinates": [[7.56, -0.86], [1.38, -0.86], [1.38, -4.99], [7.56, -4.99]], "door_locations": [[3.44, -0.86]], "window_locations": [[4.47, -4.99], [7.56, -2.92]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "wc", "area": 12.77, "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[5.5, 2.24], [1.38, 2.24], [1.38, -0.86], [5.5, -0.86]], "door_locations": [[-3.27, 3.27]], "window_locations": [[3.44, 2.24], [5.5, 0.69]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "foyer", "area": 21.28, "closest_amenity": "Greenhouse"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-0.09, -0.69], [-4.21, -0.69], [-4.21, -7.91], [-0.09, -7.91]], "door_locations": [[-0.09, -1.72]], "window_locations": [[-4.21, -4.3], [-2.15, -7.91]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[-0.09, 6.53], [-3.18, 6.53], [-3.18, 3.44], [-0.09, 3.44]], "door_locations": [[-2.15, -0.69], [-0.09, -1.72], [-0.09, -5.33]], "window_locations": [[-1.63, 6.53], [-3.18, 4.99]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[4.04, -2.75], [-0.09, -2.75], [-0.09, -7.91], [4.04, -7.91]], "door_locations": [[-0.09, 2.41], [-0.09, 4.99]], "window_locations": [[4.04, -5.33], [1.98, -7.91]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[5.07, 1.38], [-0.09, 1.38], [-0.09, -2.75], [5.07, -2.75]], "door_locations": [[-0.09, 4.99]], "window_locations": [[5.07, -0.69]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Parking"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[4.04, 6.53], [-0.09, 6.53], [-0.09, 1.38], [4.04, 1.38]], "door_locations": [[-0.09, -5.33]], "window_locations": [[4.04, 3.95], [1.98, 6.53]], "views": "Greenhouse,Fruit Trees", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-0.09, 3.44], [-5.24, 3.44], [-5.24, -0.69], [-0.09, -0.69]], "door_locations": [[-2.15, -0.69], [-0.09, 2.41]], "window_locations": [[-5.24, 1.38], [-4.21, 3.44]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 29.8, "vertices_coordinates": [[-0.86, -0.43], [-4.99, -0.43], [-4.99, -7.65], [-0.86, -7.65]], "door_locations": [[-1.38, -0.43], [1.2, 3.7]], "window_locations": [[-4.99, -4.04], [-2.92, -7.65]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[-0.86, 7.82], [-3.95, 7.82], [-3.95, 3.7], [-0.86, 3.7]], "door_locations": [[-0.86, -2.49]], "window_locations": [[-3.95, 5.76], [-2.41, 7.82]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.27, 3.7], [-1.89, 3.7], [-1.89, -0.43], [3.27, -0.43]], "door_locations": [[-1.38, -0.43], [-0.86, -2.49], [-0.86, -6.1]], "window_locations": [[-1.89, 1.63], [3.27, 1.63]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[3.27, -4.56], [-0.86, -4.56], [-0.86, -8.68], [3.27, -8.68]], "door_locations": [[1.2, 3.7], [-0.86, 5.76]], "window_locations": [[1.2, -8.68], [3.27, -6.62]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[4.3, -0.43], [-0.86, -0.43], [-0.86, -4.56], [4.3, -4.56]], "door_locations": [[-0.86, 5.76]], "window_locations": [[4.3, -2.49]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[4.3, 7.82], [-0.86, 7.82], [-0.86, 3.7], [4.3, 3.7]], "door_locations": [[-0.86, -6.1]], "window_locations": [[1.72, 7.82], [4.3, 5.76]]}
Predict the door, windows and vertices coordinates for the kitchen room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[0.0, -1.55], [-6.19, -1.55], [-6.19, -6.71], [0.0, -6.71]], "door_locations": [[0.0, -4.13], [3.09, -1.55]], "window_locations": [[-3.09, -6.71], [-6.19, -4.13]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "views": "Greenhouse", "connectivity": ["livingroom"], "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[2.06, 3.61], [-2.06, 3.61], [-2.06, -1.55], [2.06, -1.55]], "door_locations": [[0.0, -4.13], [-4.13, -1.55], [-1.03, -1.55]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[3.09, 6.71], [-1.03, 6.71], [-1.03, 3.61], [3.09, 3.61]], "door_locations": [[3.09, -1.55], [2.58, 3.61]], "window_locations": [[1.03, 6.71], [-1.03, 5.16]], "views": "Greenhouse", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.13, -1.55], [0.0, -1.55], [0.0, -6.71], [4.13, -6.71]], "door_locations": [[2.58, 3.61]], "window_locations": [[4.13, -4.13], [2.06, -6.71]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.19, 3.61], [2.06, 3.61], [2.06, -1.55], [6.19, -1.55]], "door_locations": [[-1.03, -1.55]], "window_locations": [[6.19, 1.03], [4.64, 3.61]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-2.06, 3.61], [-6.19, 3.61], [-6.19, -1.55], [-2.06, -1.55]], "door_locations": [[-4.13, -1.55]], "window_locations": [[-6.19, 1.03], [-4.13, 3.61]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'farthest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "office", "area": 15.96, "vertices_coordinates": [[-3.7, -0.52], [-6.79, -0.52], [-6.79, -5.67], [-3.7, -5.67]], "door_locations": [[1.46, -2.58], [3.52, -0.52]], "window_locations": [[-6.79, -3.09], [-5.24, -5.67]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "livingroom", "area": 26.6, "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[1.46, 3.61], [-3.7, 3.61], [-3.7, -0.52], [1.46, -0.52]], "door_locations": [[1.46, -2.58], [-1.12, -0.52], [-3.7, -3.09]], "window_locations": [[-3.7, 1.55], [-2.66, 3.61]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[1.46, 6.71], [-1.63, 6.71], [-1.63, 3.61], [1.46, 3.61]], "door_locations": [[3.52, -0.52], [1.46, 4.13]], "window_locations": [[-1.63, 5.16], [-0.09, 6.71]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[6.62, -0.52], [1.46, -0.52], [1.46, -4.64], [6.62, -4.64]], "door_locations": [[1.46, 4.13]], "window_locations": [[4.04, -4.64], [6.62, -2.58]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.59, 4.64], [1.46, 4.64], [1.46, -0.52], [5.59, -0.52]], "door_locations": [[-3.7, -3.09]], "window_locations": [[5.59, 2.06], [3.52, 4.64]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[1.46, -0.52], [-3.7, -0.52], [-3.7, -5.67], [1.46, -5.67]], "door_locations": [[-1.12, -0.52]], "window_locations": [[-1.12, -5.67]]}
Predict the door, windows and vertices coordinates for the office room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-0.43, -2.75], [-5.59, -2.75], [-5.59, -6.88], [-0.43, -6.88]], "door_locations": [[2.66, -1.72], [0.6, 2.41]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 21.28, "views": "Immediate surroundings", "connectivity": ["livingroom"], "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[0.6, 6.53], [-3.52, 6.53], [-3.52, 1.38], [0.6, 1.38]], "door_locations": [[2.66, -1.72], [-0.43, -4.81], [-0.43, -2.24]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 26.6, "vertices_coordinates": [[4.73, -1.72], [-0.43, -1.72], [-0.43, -6.88], [4.73, -6.88]], "door_locations": [[0.6, 2.41], [0.6, 4.99]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[4.73, 3.44], [0.6, 3.44], [0.6, -1.72], [4.73, -1.72]], "door_locations": [[0.6, 4.99]], "window_locations": [[0.6, -0.17], [0.6, -0.17]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[4.73, 6.53], [0.6, 6.53], [0.6, 3.44], [4.73, 3.44]], "door_locations": [[-0.43, -2.24]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Workshop", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-0.43, 1.38], [-5.59, 1.38], [-5.59, -2.75], [-0.43, -2.75]], "door_locations": [[-0.43, -4.81]], "window_locations": [[-0.43, -0.17], [-0.43, -0.17]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-0.77, -0.77], [-5.93, -0.77], [-5.93, -6.96], [-0.77, -6.96]], "door_locations": [[-1.29, -0.77], [1.29, 3.35]], "window_locations": [[-5.93, -3.87], [-3.35, -6.96]], "views": "Parking", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[-0.77, 8.51], [-3.87, 8.51], [-3.87, 4.38], [-0.77, 4.38]], "door_locations": [[-0.77, -5.93]], "window_locations": [[-3.87, 6.45], [-2.32, 4.38]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.35, 3.35], [-1.81, 3.35], [-1.81, -0.77], [3.35, -0.77]], "door_locations": [[-1.29, -0.77], [-0.77, -5.93], [-0.77, -2.84]], "window_locations": [[3.35, 1.29], [-1.81, 1.29]], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[4.38, -4.9], [-0.77, -4.9], [-0.77, -9.03], [4.38, -9.03]], "door_locations": [[1.29, 3.35], [-0.77, 6.45]], "window_locations": [[1.81, -9.03], [4.38, -6.96]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[4.38, -0.77], [-0.77, -0.77], [-0.77, -4.9], [4.38, -4.9]], "door_locations": [[-0.77, 6.45]], "window_locations": [[4.38, -2.84]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "views": "Greenhouse,Fruit Trees"}]}
{"vertices_coordinates": [[3.35, 8.51], [-0.77, 8.51], [-0.77, 3.35], [3.35, 3.35]], "door_locations": [[-0.77, -2.84]], "window_locations": [[3.35, 5.93], [1.29, 8.51]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "wc", "area": 12.77, "views": "Immediate surroundings", "connectivity": ["bedroom"], "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[-0.86, 5.07], [-4.99, 5.07], [-4.99, -0.09], [-0.86, -0.09]], "door_locations": [[1.72, -0.09]], "window_locations": [[-4.99, 2.49], [-2.92, 5.07]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[0.17, -0.09], [-3.95, -0.09], [-3.95, -5.24], [0.17, -5.24]], "door_locations": [[0.17, -2.15], [1.72, -0.09], [5.33, -0.09]], "window_locations": [[-1.89, -5.24]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[3.27, 5.07], [-0.86, 5.07], [-0.86, -0.09], [3.27, -0.09]], "door_locations": [[-2.41, -0.09], [-4.47, -0.09]], "window_locations": [[1.2, 5.07]], "views": "Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "livingroom", "area": 29.8, "vertices_coordinates": [[7.39, -0.09], [0.17, -0.09], [0.17, -4.21], [7.39, -4.21]], "door_locations": [[-4.47, -0.09]], "window_locations": [[3.78, -4.21], [7.39, -2.15]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[7.39, 4.04], [3.27, 4.04], [3.27, -0.09], [7.39, -0.09]], "door_locations": [[5.33, -0.09]], "window_locations": [[5.33, 4.04], [7.39, 1.98]], "views": "Workshop", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-3.95, -0.09], [-7.05, -0.09], [-7.05, -4.21], [-3.95, -4.21]], "door_locations": [[0.17, -2.15], [-2.41, -0.09]], "window_locations": [[-7.05, -2.15], [-5.5, -4.21]]}
Predict the door, windows and vertices coordinates for the bedroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'views'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 29.8, "vertices_coordinates": [[0.52, -1.38], [-6.71, -1.38], [-6.71, -5.5], [0.52, -5.5]], "door_locations": [[0.52, -3.44], [3.61, -1.38]], "window_locations": [[-3.09, -5.5], [-6.71, -3.44]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-2.58, 3.78], [-6.71, 3.78], [-6.71, -1.38], [-2.58, -1.38]], "door_locations": [[-4.64, -1.38]], "window_locations": [[-6.71, 1.2], [-4.64, 3.78]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "office", "area": 17.03, "vertices_coordinates": [[1.55, 2.75], [-2.58, 2.75], [-2.58, -1.38], [1.55, -1.38]], "door_locations": [[0.52, -3.44], [-4.64, -1.38], [-1.03, -1.38]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Pool"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[2.58, 5.85], [-1.55, 5.85], [-1.55, 2.75], [2.58, 2.75]], "door_locations": [[3.61, -1.38], [2.06, 2.75]], "window_locations": [[0.52, 5.85], [-1.55, 4.3]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Parking"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[5.67, -1.38], [0.52, -1.38], [0.52, -5.5], [5.67, -5.5]], "door_locations": [[2.06, 2.75]], "window_locations": [[3.09, -5.5], [5.67, -3.44]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 25.54, "views": "Workshop"}]}
{"vertices_coordinates": [[7.74, 2.75], [1.55, 2.75], [1.55, -1.38], [7.74, -1.38]], "door_locations": [[-1.03, -1.38]], "window_locations": [[5.16, 2.75], [7.74, 0.69]]}
Predict the door, windows and vertices coordinates for the livingroom room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "livingroom", "area": 26.6, "views": "Immediate surroundings", "connectivity": ["foyer", "kitchen", "office"], "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[-2.75, 5.59], [-6.88, 5.59], [-6.88, 0.43], [-2.75, 0.43]], "door_locations": [[-2.24, 0.43]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[1.38, 5.59], [-2.75, 5.59], [-2.75, 0.43], [1.38, 0.43]], "door_locations": [[-1.72, -2.66], [-2.24, 0.43], [-4.81, 0.43]], "window_locations": [[-0.17, 0.43], [-0.17, 0.43]], "views": "Immediate surroundings", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[3.44, -0.6], [-1.72, -0.6], [-1.72, -4.73], [3.44, -4.73]], "door_locations": [[2.41, -0.6], [4.99, -0.6]], "window_locations": [[-0.17, -0.6], [-0.17, -0.6]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[6.53, 3.52], [1.38, 3.52], [1.38, -0.6], [6.53, -0.6]], "door_locations": [[4.99, -0.6]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 12.77, "vertices_coordinates": [[6.53, -0.6], [3.44, -0.6], [3.44, -4.73], [6.53, -4.73]], "door_locations": [[-4.81, 0.43]], "window_locations": [], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}]}
{"vertices_coordinates": [[-1.72, 0.43], [-6.88, 0.43], [-6.88, -4.73], [-1.72, -4.73]], "door_locations": [[-1.72, -2.66], [2.41, -0.6]], "window_locations": [[-3.78, -4.73], [-3.78, -4.73]]}
Predict the door, windows and vertices coordinates for the wc room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "bedroom", "area": 21.28, "vertices_coordinates": [[-1.89, -0.0], [-7.05, -0.0], [-7.05, -4.13], [-1.89, -4.13]], "door_locations": [[2.24, -2.58], [-1.89, -2.06]], "window_locations": [[-4.47, -4.13], [-7.05, -2.06]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "wc", "area": 9.58, "closest_amenity": "Parking"}, {"type": "office", "area": 21.28, "vertices_coordinates": [[2.24, 4.13], [-2.92, 4.13], [-2.92, -0.0], [2.24, -0.0]], "door_locations": [[2.24, -2.58], [4.3, 1.03], [2.24, 0.52]], "window_locations": [[-0.34, 4.13]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 21.28, "vertices_coordinates": [[2.24, -0.0], [-1.89, -0.0], [-1.89, -5.16], [2.24, -5.16]], "door_locations": [[-1.89, -2.06], [-4.47, -0.0]], "window_locations": [[0.17, -5.16]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "livingroom", "area": 25.54, "vertices_coordinates": [[6.36, 1.03], [2.24, 1.03], [2.24, -5.16], [6.36, -5.16]], "door_locations": [[-4.47, -0.0]], "window_locations": [[6.36, -2.06], [4.3, -5.16]], "views": "Immediate surroundings", "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "kitchen", "area": 21.28, "vertices_coordinates": [[7.39, 5.16], [2.24, 5.16], [2.24, 1.03], [7.39, 1.03]], "door_locations": [[2.24, 0.52]], "window_locations": [[4.81, 5.16], [7.39, 3.09]], "views": "Workshop,Fruit Trees", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[-2.92, 3.09], [-6.02, 3.09], [-6.02, -0.0], [-2.92, -0.0]], "door_locations": [[4.3, 1.03]], "window_locations": [[-4.47, 3.09], [-6.02, 1.55]]}
Predict the door, windows and vertices coordinates for the foyer room polygon given the rest of the floorplan context. Make sure that the vertices you generate make a rectangle that does not overlap with the rectangles made up of vertices coordintates of other rooms in the json. Also, make sure the resulting polygon for the room you are generating is in a location that complies with the instructions in {'closest_amenity', 'farthest_amenity', 'views', 'connectivity'} for this room. Make sure that the window and door locations are on the edges of the new room location.
{"room_count": 6, "total_area": 63, "room_types": "foyer,kitchen,livingroom,bedroom,wc,office", "rooms": [{"type": "kitchen", "area": 21.28, "vertices_coordinates": [[-3.35, 4.99], [-7.48, 4.99], [-7.48, -0.17], [-3.35, -0.17]], "door_locations": [[-0.26, -2.24], [2.32, -0.17]], "window_locations": [[-7.48, 2.41], [-5.42, 4.99]], "views": "Greenhouse", "closest_amenity": "Parking", "farthest_amenity": "Pool"}, {"type": "livingroom", "area": 31.92, "vertices_coordinates": [[-0.26, -0.17], [-6.45, -0.17], [-6.45, -5.33], [-0.26, -5.33]], "door_locations": [[-4.9, -0.17]], "window_locations": [[-3.35, -5.33], [-6.45, -2.75]], "views": "Immediate surroundings", "closest_amenity": "Parking", "farthest_amenity": "Workshop"}, {"type": "office", "area": 15.96, "vertices_coordinates": [[-0.26, 4.99], [-3.35, 4.99], [-3.35, -0.17], [-0.26, -0.17]], "door_locations": [[-0.26, -2.24], [-4.9, -0.17], [-1.81, -0.17]], "window_locations": [[-0.26, 2.41], [-1.81, 4.99]], "views": "Greenhouse", "closest_amenity": "Greenhouse", "farthest_amenity": "Pool"}, {"type": "foyer", "area": 17.03, "views": "Immediate surroundings", "connectivity": ["livingroom", "bedroom"], "closest_amenity": "Pool", "farthest_amenity": "Greenhouse"}, {"type": "bedroom", "area": 21.28, "vertices_coordinates": [[5.93, 3.95], [0.77, 3.95], [0.77, -0.17], [5.93, -0.17]], "door_locations": [[4.9, -0.17]], "window_locations": [[3.35, 3.95], [0.77, 1.89]], "views": "Workshop,Greenhouse", "closest_amenity": "Fruit Trees", "farthest_amenity": "Parking"}, {"type": "wc", "area": 9.58, "vertices_coordinates": [[6.96, -0.17], [3.87, -0.17], [3.87, -3.27], [6.96, -3.27]], "door_locations": [[-1.81, -0.17]], "window_locations": [[6.96, -1.72], [5.42, -3.27]], "views": "Pool", "closest_amenity": "Pool", "farthest_amenity": "Parking"}]}
{"vertices_coordinates": [[3.87, -0.17], [-0.26, -0.17], [-0.26, -4.3], [3.87, -4.3]], "door_locations": [[2.32, -0.17], [4.9, -0.17]], "window_locations": [[1.81, -4.3]]}