harsanyidani
harsanyidani
Hi! Sorry, this is a bit offtopic question. Why are there nan values in the results? Thanks in advance for the answer!
> Hi! I hope you're doing well. If you're still looking for a solution to your use case, I wanted to suggest this option: https://pycqa.github.io/isort/docs/configuration/options.html#src-paths. Let me know if it's...
I mainly used this package because it alowed me to use parametrized fixtures in parametrized tests, producing a product of test cases. I have tested @glatterf42 's and @PrieJos 's...
> There is no traceback. This was the output I got when trying to run that trivial repro test module with pytest 7: > > ``` > collected 2 items...
I was experimenting with this and I have a question in connection with this. https://github.com/tjiiv-cprg/EPro-PnP-v2/blob/85215de8002dbd8523ee8eaaf1bae85b47179ebe/EPro-PnP-Det_v2/epropnp_det/models/dense_heads/deform_pnp_head.py#L573 Here, we don't exactly get logprobs, but a constant is added to each probability based...
> Theoretically these logprobs can be backpropagated. But I don't think information extracted from the pose distribution can help improve the classification. I understand. But theoretically, the yaw angle distribution...
Hi! I trained with the previous repository on the mini dataset and the results were pretty bad. (Sorry, I don't have the json file.) [Asked about it](https://github.com/tjiiv-cprg/EPro-PnP/issues/74#issue-1737138285) and @Lakonik [confirmed...