-
Notifications
You must be signed in to change notification settings - Fork 201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Coperception - support cooperative perception based on OpenCOOD #187
base: main
Are you sure you want to change the base?
Conversation
…he ap each frame, tested with intermediate and early dataset
A quick question: did you change any code in opencood? |
# create CAV world | ||
cav_world = CavWorld(apply_ml=opt.apply_ml, | ||
apply_coperception=True, | ||
fusion_method='early') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
make it intermediate
to run with intermediate fusion
…ception prediction on nearby cav (smallest id as the ego id), make plot gt, enable_communicate configurable
The parameters relate to cooperative perception is listed with parameters within the yaml file as follows:
and whether or not to enable communication across cav, and plotting ground truth is by the config
under the
|
Is this ready to merge? |
…ount only even frames
Scenario
v2xp_online_carla.py
Run with command
No Comm