MikePelton

Results 10 issues of MikePelton

Hi - hardly an issue, more some observations - you need to add kornia, lpips and tensorboard to your list of dependencies to run train.py. Also the version of PyTorch...

Hi all - am on Ubuntu 20.04, trying to get DART running. I've installed 6.9.2 from the ppa but while the install seems to be absolutely fine neither the tutorials...

So the *very* good news is, on Windows at least, we can now build Theia (0.7 for now) with VCPKG. The next challenge is that the Theia doc doesn't get...

I really struggled to get the C# demos working because I think it's far from clear what the inter-relationship between the published versions of BulletSharp and the dependencies are. Please...

Hi - many thanks for releasing this code! Tensorflow 2.10 is now (since about September 1st 2022) the default version for a pip install but running in a CUDA 11.2.2...

Hi - trying to run either the 360 or raw scripts (with the paths suitably edited) leaves me in an endless loop as below. I take the JAX warnings not...

Not an issue exactly but a red flag - if the images you pass to the training don't have a focal length in their EXIF data, training will crash silently....

In Controls.TreeView.axaml lines 157-159 are commented out: ``` ``` In the original design they switch the "expand" toggle off when the item has no sub-items, which is the expected behaviour....

All text in all the "Light." themes for a PropertyGrid is coloured a very pale blue and hence unreadable. Weirdly the Avalonia DevTools Diagnostic reports the foreground colour as Black,...

Hi - am trying to stop libraw from rotating images which I understand can be achieved by setting the flip variable in the ...image_sizes struct to 0. However I can't...