Karina Bogdan

Results 7 comments of Karina Bogdan

Executing `pip install pybrisque` did not worked for me. But the solution of @Abhishek9900 did, with a little change in the egg name: `libsvm-python` was not available but `libsvm` was....

DCE-net will output one alpha/curve parameter map for each channel (RGB) for each iteration. Since the paper use 8 iterations as its default value, DCE-net will output 8 curve parameter...

Yeah, `v` is a tensor at this stage, so I did not found as well `v.shape` having a `value` attribute.

Same as @esraa-abdelmaksoud and [this comment](https://github.com/HumanSignal/labelImg/issues/885#issuecomment-1192799670). Installing a separate environment was enough to not see the error again. My setup: Ubuntu 22.04 and python 3.11.5 ``` conda create -n labelImg...

Are you trying to use a GIF input file to make an inference? I think I did not understand well you request. If this is the case, I am not...

This issue seems to be related to the following pytorch issues [#107300](https://github.com/pytorch/pytorch/issues/126344) and [#126344](https://github.com/pytorch/pytorch/issues/126344). The fix did not entered the 2.3 version, but apparently the nightly version can be tested...

For what I understand, the environment encoder V is included in the overall encoder of each modality. So, for the audio modality, the modality encoder and the environment encoder (or...