Robert Langefeld

Results 10 comments of Robert Langefeld

Where exactly do you suggest putting that call? I tried it on both the `GaussianDiffusion` and `Unet` models, but it fails on both because it tries to access attributes that...

I hit this too when trying to run. A fix for this would be helpful!

Were you able to solve this? I have the same issue when I run mine.

When I ran into this, I introduced normalization along with a smaller learning rate, and things stopped going to nan. I don't know if that will fix your issue, but...

I also ran into this issue.

I ran into the same issue using pycocotools. From what I can tell, the way that pycocotools does things, if you iscrowd = 1, you get the RLE format. If...

Can you elaborate on that? I was also wondering if I might have compiled incorrectly, because even though CUDA is loaded and I thought it compiled Colmap with CUDA support,...

Here's what we ended up doing. 1. We made extra sure polygons didn't overlap. We ran a script ahead of time to try to take care of this. We created...

I'm still running into this issue on RHEL7. I tried the symlink solution with no success. Might be worth noting that I'm doing this with X11 on a remote cluster,...

I'm having this issue too, more or less. I have X11 set up on a remote server, but when I run `pptk.viewer(xyz)`, it just sits there.