The code about MCIE block
Closed this issue · 1 comments
zmyl18641515513 commented
Sorry I can not find the code of your MCIE block.
Could you please tell me the location of it ? That will be helpful to my research.
w2kun commented
We embed the MCIE block in pack_data()
function of RobotCarSequence
and nuScenesSequence
classes (in datasets/robot_car.py
and datasets/nuscenes.py
, respectively). You can access the processed image through key ("color_equ", frame_id, scale)
.