Skip to content

Commit f7dcffc

Browse files
committed
Merge branch 'G8_velocity_and_ids' of github.com:krishauser/GEMstack into G8_velocity_and_ids
2 parents 96b9885 + 1d6f1ad commit f7dcffc

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

850 Bytes
Binary file not shown.
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"fx": 684.8333129882812,
3+
"fy": 684.6096801757812,
4+
"cx": 573.37109375,
5+
"cy": 363.700927734375
6+
}
7+

GEMstack/onboard/perception/pedestrian_detection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@
5151
from ..component import Component
5252
from .IdTracker import IdTracker
5353

54-
55-
5654
def box_to_fake_agent(box):
5755
"""Creates a fake agent state from an (x,y,w,h) bounding box.
5856

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ dacite
1010

1111
# Perception
1212
ultralytics
13+
lap==0.5.12

0 commit comments

Comments
 (0)