MCPcopy Index your code
hub / github.com/OpenDriveLab/DriveAdapter / show

Method show

leaderboard/team_code/planner.py:29–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

27 self.draw.ellipse((x-r, y-r, x+r, y+r), color)
28
29 def show(self):
30 if not DEBUG:
31 return
32
33 import cv2
34
35 cv2.imshow(self.title, cv2.cvtColor(np.array(self.img), cv2.COLOR_BGR2RGB))
36 cv2.waitKey(1)
37
38
39class RoutePlanner(object):

Callers 2

run_stepMethod · 0.80
_create_metricMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected