Javier Ródenas
Javier Ródenas
Hello!! I have been testing a model with my voice. The voice is very clear and has the same properties as the example voice in spanish that works The problem...
Hi everyone, I would like to go one step further in the CNN explanation. I understand the output (at the same time is the input) of Activation Maximization but I...
Hello, I was trying to compute the class weight "balanced". I see that there are two arguments: ``` parser.add_argument('--dense-weight', type=float, default=0.5, help='Token labeling loss multiplier (default: 0.5)') parser.add_argument('--cls-weight', type=float, default=1.0,...
Hello, I have been having troubles with the following line: `solution = solve_ivp(SIR, [0, size], [s_0,i_0,r_0], t_eval=np.arange(0, size, 1), vectorized=True)` At fourth iteration, it never ends processing. Should I let...
Hi!!! I have the following error training the model : ``` File ".\ubm.py", line 202, in ubm.train() File ".\ubm.py", line 50, in train iterations=(1, 2, 2, 4, 4, 4, 4,...
Hello, Where could I find your cube dataset? It would be nice if you could share it. Thank you in advance!
Hello I have a doubt about how fixed_model_transform works. As far as I could understand, it is applied to center and align the object. This alignment with respect to the...
Hello, I would like to share my experiments done so far. I trained a model using Rubik's cube data. For that, I generated 20k images with NDDS tool, some examples:...
Hello, I am experimenting the following issue:  It is getting stuck around 0.006-0.005. Does it happen to you? It doe not matter which kind of dataset I use, the...
Hello, Thank you for sharing your code. I am trying to run it with multiple videos / cams. How can I do that? I am not able to run with...