Transformer의 Longest6로 루트 바꿔서 비교
https://github.com/autonomousvision/transfuser/tree/2022/leaderboard/data/longest6
transfuser/leaderboard/data/longest6 at 2022 · autonomousvision/transfuser
[PAMI'23] TransFuser: Imitation with Transformer-Based Sensor Fusion for Autonomous Driving; [CVPR'21] Multi-Modal Fusion Transformer for End-to-End Autonomous Driving - autonomousvision/tr...
github.com
InterFuser/leaderboard/data 밑에 longest6 폴더 생성하고 longest6 폴더 밑에 longest6.xml 파일 위치하게 함
InterFuser/leaderboard/data/scenarios 밑에 eval_scenarios.json 파일 위치하게 함
추가한 경로에 맡게 스크립트 수정(InterFuser/leaderboard/scripts/run_evaluation)
BEV 센서 추가
InterFuser에서는 추론할 때 디버깅 모드를 저장해줌
추론 후 BEV 모습도 확인하기 위해 추론 코드에 BEV 센서를 추가해줌
<interfuser_agent.py> 수정
https://stingy-restaurant-40e.notion.site/InterFuser-Inference-BEV-35d2480fddb18040ac1fff56da752d3c?source=copy_link
InterFuser Inference(BEV 카메라 추가) | Notion
<interfuser_agent.py 수정>
stingy-restaurant-40e.notion.site
센서측정주기
센서 측정 주기는 센서마다 각각 다르지만 모델 inference에 들어가는 업데이트 주기는 skip_frames으로 조절한다.
-> 현재 코드는 skip_frames이 1로 매 tick마다 추론한다
다만, LiDAR는 짝수 tick에만 업데이트되기로 되어있어 추론 주기는 10Hz이다.
https://www.notion.so/InterFuser-TransFuser-TCP-3558a2c2bfdb802da6d1e4ae1c79c327
InterFuser, TransFuser, TCP | Notion
Hosted by Notion Sites — The easiest way to get a website up and running.
kind-slip-86b.notion.site