I am using a 4-D mmWave radar dataset whose point layout is
[range, azimuth, elevation, doppler, power, x, y, z] (8-D),
while the original TJ4D format is [X, Y, Z, V_r, Range, Power, Alpha, Beta] (4-D).
Training runs without crash, but test mAP drops to ~30 %, indicating that feature order is silently ignored.
I would like a canonical list of places that must be updated so that both training and inference consume the correct 8-D layout.