Andrés Romero

Results 14 issues of Andrés Romero

Could you please share the pre-trained model for Yosemite? It is not in the google drive folder. Thanks!

Hello, What TF version matches with this implementation? I ask this because I run the MNIST+LeNet tutorial in TF instead of caffe and I got some errors. It is what...

Hello, I know it says TODO, but here you reference this discriminator, yet I cannot find it in the files. Could you please provide it? https://github.com/xinntao/BasicSR/blob/0e77ebb9987ab99547394c2b13f32b8547868332/options/train/EDVR/train_EDVRM_woTSA_GAN_TODO.yml#L66 Also, I am curious,...

Could you please share the features for the LSTM inputs? I am trying to reproduce them but I cannot reach 10% of improvement only by using LSTM as you report...

Hello, As you say the different subjects for the 3-fold cross validation are found in the README. If I follow those files and extract the subject, this is what I...

Where can we find the source code for any of the other frameworks?

Why do you add 0.5 to the predictions [here](https://github.com/wiibrew/EAC-Net/blob/master/BP4D_EAC_dlib_train.py#L94)? Is it like doing a threshold of 0.5 and then calculating _f1_score_ over two binary variables? Is there any reason to...

Hello, nice stuff. Can you add a setup.py or pyproject.toml? So it can be used as a package (pip install/poetry add) without cloning the repo?

Hello, My issue is I want to detect tiny objects in images (e.g. eyes) and trying to do so, always the network learns to predict background. This indeed is about...

This PR enables running OneFormer demo for one image, and to remove the [deprecated](https://numpy.org/devdocs/release/1.20.0-notes.html#using-the-aliases-of-builtin-types-like-np-int-is-deprecated) np.bool