David Griffiths

Results 5 issues of David Griffiths

Is there any way to add the transparency for an object? Specifically, I have a network that outputs a per-object confidence value between 0 - 1. When confidence is 1...

When running the batch test script [line 15](https://github.com/BachiLi/redner/blob/master/tests/test_batch.py#L15): ``` h, w = args_old_format[11] ``` should be: ``` h, w = args_old_format[12] ``` Has there been a change to break this...

When running 'scan range' blensor doesn't seem to be taking advantage of multi-core. As each scan is fully independent of the next it would make sense that this should be...

Hi, I am trying to get this running for a 4-channel image but keep getting the same error when trying to train: ``` INFO:tensorflow:Scale of 0 disables regularizer. INFO:tensorflow:Scale of...

In the `examples/groundtruth_extraction.py` example script there is a small bug. The matrix you get at [Line 71](https://github.com/gdlg/simple-waymo-open-dataset-reader/blob/master/examples/groundtruth_extraction.py#L71) does not take into account the height, width, length should be divided by...