John Lambert
John Lambert
Thanks for your interest in the stereo competition @gallenszl. We're looking into the EvalAI issue and will have an answer for you asap.
Thanks for the PR, @tom-bu. Would you mind adding a small unit test to your PR that fails without your change, and passes with your change?
Thanks for the PR, @ahuller3. I'll take a look!
Looks like there are a few type complaints by `mypy`: ``` argoverse/evaluation/eval_tracking.py:164: error: Need type annotation for "all_uuids" (hint: "all_uuids: Dict[, ] = ...") argoverse/evaluation/eval_tracking.py:213: error: Invalid index type "int"...
Could you update the requirements file as well, where the`motmetrics` version is listed?
Hi @ziqipang, thanks for your interest in our work. Is there a specific sequence (with frame IDs and object IDs) you could refer us to, so we can take a...
Thanks. Are these from one particular log, or from multiple?
Hi @TilakD, thanks very much for this contribution. This looks like something we would like to integrate. Do you mind adding comments, type hints, and also follow `black` formatting for...
Hi @TilakD, a few other small comments: - Could you vectorize the depth image value insertion, e.g. `blank_img[y_values,x_values] = lidar_depth_vals`? - Also, it looks like a lot of precision is...
Hi @TilakD , thanks very much for these improvements. A few more small comments: - Could you use the [PEP8 import layout](https://www.python.org/dev/peps/pep-0008/#imports)? ``` Imports should be grouped in the following...