Currently, I am outputting all the detections in my frames using this line:
gie-kitti-output-dir=//…
When I am looking at the data, the bounding box coordinates within the file are larger then the input size of the model, for example the model should have an input size of (480,840), but when I look at the coordinates of the output files from the kitti format, they are much larger such as 1915.433 and 1444.7297429
Also, how can i control the frequency of these output files, instead of getting it once every frame, perhaps once every 10 frames?