# the flipped predictions are ordered in a group of 4. The first one is the original pointcloud # the second one is X flip pointcloud(y=-y), the third one is Y flip pointcloud(x=-x), and the last one is # X and Y flip pointcloud(x=-x, y=-y). # Also please note that ...