Clarity on target to predict for detection track

For the detection track, the instruction includes -
“Your task on this track of the challenge is to take a set of test images as inputs to your solution and produce bounding boxes identifying the spacecraft in each image”

For clarity, does identifying the spacecraft means predicting the exact spacecraft_id (spacecraft type) in addition to the bounding boxes. Or, just predicting the bounding box around a spacecraft without attention to the type of spacecraft.

No spacecraft ID, just the bounding box. See the labels format; your submission is the same columns.