LMDrive icon indicating copy to clipboard operation
LMDrive copied to clipboard

The problem of model feature extraction from decoder

Open pisces365 opened this issue 7 months ago • 3 comments

Hello, thank you for your excellent work. In memfuser.py, how are 2500 and 2501:2506 determined in the features queried from decoder?

        traffic_feature = hs[:, :2500]
        traffic_light_state_feature = hs[:, 2500]
        stop_sign_feature = hs[:, 2500]
        waypoints_feature = hs[:, 2501:2506]

Thanks!

pisces365 avatar Jun 28 '24 06:06 pisces365