Istvan Fehervari

Results 16 issues of Istvan Fehervari

What rust structure shall I go for the following situation? `` Flugzeug Airplane Triangle `` I could not find a suitable example for describing a field with a value like...

The SE3SS code was apparently adapted from Matlab which starts indexing with 1 instead of 0. This fix solves the incorrect adaptation of the original algorithm.

Logreading for scene changes might sometimes lack behind user actions. Replacing with a mirror-based implementation should fix bugs like failed deck id selection.

Enhancement

Does your code reproduce the R@1 on cars-196 using npair (71.1) and proxy-nca (73)? If yes could you please share the hyperparams please?

In my case out_channels is not an even number so v_out_h, v_out_w = v_out.split(self.out_channels // 2, dim=1) fails, any idea how to fix it?

Great repository! I am working on a very similar project using mxnet and I failed to reproduce the numbers from the Margin loss paper. Does your code reproduce the uncropped...

Project A's original developer decided to stop working on the project but happy to pass the ownership to me. He is open to help in the transition process, not beyond...

If I understand the approach correctly the in blocks of SD 2.1 were frozen during training. Yet, when I compare the weights between the checkpoint shared here vs the SD...

The paper does not mention it, but I am not sure if it is a miss or intentional.

I noticed that the learning for both warper and hpe were fixed during training (100k/50k) iterations according to the paper. With these params I see the loss stagnating after a...