Currently, the API does not verify the results that are posted by the client. This can cause issues in requests like feedback requests where a data mismatch causes KeyError that is hard to debug since it is not coming from feedback requests. Can the API be updated to verify that the image/video ids match with the dataset request? This would ensure that the error originates in the faulty function rather than a downstream request.
Currently, the API does not verify the results that are posted by the client. This can cause issues in requests like feedback requests where a data mismatch causes KeyError that is hard to debug since it is not coming from feedback requests. Can the API be updated to verify that the image/video ids match with the dataset request? This would ensure that the error originates in the faulty function rather than a downstream request.