danielgordon10
danielgordon10
It would be perfect if you could optionally request a card that abbreviates (via ellipsis) the description if it continues for more than N lines, and uses consistent spacing so...
Formatting: I have code to turn depth into surface normals, but ideally it should be something provided by habitat-api directly. Here is my surface normals code. One nice thing about...
The multi-linear layer with dropout is for an experiment that didn't end up going in the paper. All the linear probes were on the "feature_extractor" of the model: https://github.com/danielgordon10/vince/blob/master/solvers/end_task_base_solver.py#L202 As...
What happens when you try running it on Python 3.8? What is incompatible?
No, it should be fast. Can you add some timing statements to figure out which line is causing the slowdown? Maybe torch is trying to set up some optimization under...
To me it looks like those commands are baked into the network loaded in forward. It does bgr to rgb, scaling, and mean subtraction.
To me it looks like those commands are baked into the network loaded in forward. It does bgr to rgb, scaling, and mean subtraction.