Skip to content

Commit 8e743d3

Browse files
Merge pull request #409 from JdeRobot/issue-408
Update in numpy requirements for carla_birdeye_view package
2 parents 7717beb + 28329b4 commit 8e743d3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

behavior_metrics/brains/CARLA/brain_carla_bird_eye_deep_learning.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ def __init__(self, sensors, actuators, handler, config=None):
6060
#print(world.get_actors())
6161
self.vehicle = world.get_actors().filter('vehicle.*')[0]
6262

63-
model = '/home/jderobot/Documents/Projects/BehaviorMetrics/PlayingWithCARLA/models/20221104-143528_pilotnet_CARLA_17_10_dataset_bird_eye_300_epochs_no_flip_3_output_velocity_all_towns_vel_30_cp.h5'
63+
model = '/home/jderobot/Documents/Projects/BehaviorMetrics/behavior_metrics/models/20221104-143528_pilotnet_CARLA_17_10_dataset_bird_eye_300_epochs_no_flip_3_output_velocity_all_towns_vel_30_cp.h5'
64+
6465
self.net = tf.keras.models.load_model(model)
6566
self.previous_speed = 0
6667

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ rospkg==1.2.9
1111
pathlib==1.0.1
1212
jderobot-jderobottypes==1.0.0
1313
catkin_pkg==0.4.23
14-
numpy==1.22.0
14+
numpy==1.18.3
1515
matplotlib==3.1.2
1616
kiwisolver==1.2
1717
defusedxml==0.6.0
@@ -35,4 +35,4 @@ tensorflow-gpu==2.7.2
3535
albumentations==1.0.3
3636
protobuf==3.20.2
3737
carla_birdeye_view==1.1.1
38-
transforms3d==0.4.1
38+
transforms3d==0.4.1

0 commit comments

Comments
 (0)