Rohit Jena

Results 14 issues of Rohit Jena

Hi, I have a small question. During evaluation, the detectron outputs all the keypoints' location, and some logit and probability associated with it. There is no binary tag regarding if...

Hi, Can you please share the hyperparameters used to reproduce results on miniImageNet. I tried using the parameters from `experiments.txt` but couldn't get these numbers. Thanks.

Hi, Thank you for the code. It'll be very useful if documentation can be provided for the library, including some pointers to optimizations used. Thanks.

Hello, What are the average (and std) rewards shared in the datasets? Thanks

Hi, I noticed that synced blocks are not copied into the blog. Does the `notionblog-api` package handle these blocks? I noticed that `notion-utils.ts` handles the rendering part, but couldn't pinpoint...

Feature Request

Hi, Thank you for the code. I'm trying to install it, but it seems there is some mismatch in the version numbers. Could you share the versions of all the...

Hi Junyu, Thanks for making the repository public, this is excellent work! Do you have any benchmark numbers for training time of TransMorph for the different datasets that you considered?...

**Describe the bug** Upon trying to install ANTsPy from source, the build fails with the following error: ![image](https://github.com/ANTsX/ANTsPy/assets/15312514/d29cb69b-baa4-49fa-b73d-3cc9d1320353) **To Reproduce** Steps to reproduce the behavior: 1. git clone https://github.com/ANTsX/ANTsPy 2....

Hi, Thank you for making the code public. I'm trying to run the code for people-snapshot dataset. In step1, I get an error that SMPL vertices are not visible. Do...

The paper suggests that the reward is given by: f(s, a, s') - \pi(a | s) (which is the same as logD - log(1-D)) but the reward in the repo...