Mo_Eagle

Results 6 issues of Mo_Eagle

/usr/bin/x86_64-linux-gnu-ld: warning: libcudart.so.9.1, needed by /usr/local/lib/libopencv_core.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libopencv_core.so: undefined reference to `[email protected]' /usr/local/lib/libopencv_core.so: undefined reference to `[email protected]' /usr/local/lib/libopencv_core.so: undefined reference to `[email protected]' /usr/local/lib/libopencv_core.so: undefined...

Follow the steps mentioned. I don’t know why the accuracy is not up to the standard. I want to know why

How can I use FeatUp in my model? How long to see the sample code

Hi, The weights mentioned in the paper are pixel-wise weight maps. But in code ` net_out = self._denseconnect_conv(ae_input, net_name="GuideNet") guide_1 = net_out[:,:,:, 0] * 255 guide_2 = net_out[:,:,:, 1] *...

hi, If I'm passing in an EXR image of RGBA, what do I need to modify in the model so that the alpha channel displays properly? Because after training, I...