Luis Carlos Catalá Martínez

Results 7 issues of Luis Carlos Catalá Martínez

When exporting to Android, the entire process will fail if the user-defined GAME_ID contains a '-' character. However, the source of the problem is hard to track down with the...

Hi, I'm trying to train your model with the Cityscapes dataset, however the function get_class_weights returns an array of size 34 (so, 34 class weights), while the dataset only contains...

When plotting both train_loss and eval_loss it's clear the training loss is much higher than evaluation loss. Shouldn't this be the other way around? files ![ENet](https://user-images.githubusercontent.com/32062726/100378937-5a749100-3014-11eb-971d-6325d2269953.png)

Hi, when training the Bonnet model from scratch with the Cityscapes dataset (already preprocessed), it gives me a warning in lines 684, 693 and 693 in abstract_net.py, since it tries...

### Mage version 0.9.50 ### Describe the bug On top of each block's code you can see the number of pipelines its being used in, as in ![n_pipelines_showing](https://github.com/mage-ai/mage-ai/assets/32062726/d76ca633-dd23-4221-af81-dee8b6b3b6c5) however, when...

bug

Hi, when running the example command in the README for rendering, along with the --export flag (`python app/sdf_renderer.py \ --net OctreeSDF \ --num-lods 5 \ --pretrained _results/models/armadillo.pth \ --render-res 1280...

Hi, would it be possible to release a smaller version of the ReID model, or at least the training code so I can train it myself?. I've been trying to...