Dávid Komorowicz

Results 22 issues of Dávid Komorowicz

This feature helps refine cameras and models. - Adds an optional parameter to TriangulateReconstruction for the fixed image ids - Adds a setter function and call it after BeginReconstruction. Do...

I'd like to get a Grap/GraphDefinition of the imported model to run the following code: https://github.com/google-research/receptive_field#basic-usage The code I tried to run: ```python model = onnx.load('unet.onnx') g = tf.Graph() with...