Emanuel Huber
Emanuel Huber
I have found two types of bounding box formats in the same file, for example: ``` x, y, width, height, transcription 273, 35, 307, 21, REPÚBLICA FEDERATIVA DO BRASIL [583,...
Following the official documentation from fairseq, I tried to load the model with the following command: ```py from fairseq import checkpoint_utils checkpoint_utils.load_model_ensemble("tupe_ckp/model.pt") ``` And, got the following error: ```bash Traceback...
Olá, parabéns pela iniciativa e pela disponibilização do serviço. Quando tento acessar essa URL, por exemplo (https://parallelum.com.br/fipe/api/v1/motos/marcas/145/modelos/8677/anos/2020-1?referencia=279), em alguns momentos recebo erro 500, em outros 404 e também recebo a...
The script to train the best parser mentions 100 epochs. The trained ended at the 100th epoch or an early stopping was triggered at a certain epoch?
Hey Aladdin, thanks for your tutorials! I've been implementing the Transformer architecture and learning about einsum. Following your implementation (einsum) against one without einsum I found differences in the final...
I have the following error on my local machine (Ubuntu 22.04) and by forking and triggering the [workflow](https://github.com/huberemanuel/openvoronoi/actions/runs/4390203857/jobs/7688482103). Error: ``` Run cmake --build /home/runner/work/openvoronoi/openvoronoi/build --config Release [ 2%] Building CXX...
After reading the code I figure it out that the format being used is the [xmin, ymin, xmax, ymax] format. But, I think it will be useful to add this...
This fix #1