Skip to content

Commit

Permalink
added whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasnol committed Dec 18, 2024
1 parent 7fd4590 commit 2d5f519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/perception/src/Lanedetection_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def image_handler(self, ImageMsg):
applies lane detection and Driveable area detection to given ImageMsg
"""
# free up cuda memory
if self.device== "cuda":
if self.device == "cuda":
torch.cuda.empty_cache()

image, original_image = self.preprocess_image(ImageMsg)
Expand Down

0 comments on commit 2d5f519

Please sign in to comment.