Amit Sharma

Results 8 issues of Amit Sharma

Does your work have a PyTorch implementation? If yes, please share the same or if you have any tips on how can I convert your implementation to PyTorch, please share...

In order to avoid any package conflicts, it would be very handy to have a requirements.txt file in the standard form for this repository

### To reproduce *in **prep_data** directory* ``` python run.py ``` ### Output ``` correspondences.py json_params opendr pip run.py sil_match.py texture_extract.py utils Traceback (most recent call last): File "sil_match.py", line 19,...

There's a general datasets package that people use and that can conflict with this repository's `datasets` module. Since the module doesn't have the `__init__.py` file, it throws the error: `ModuleNotFoundError:...

Following the previous issue (https://github.com/chunmeifeng/T2Net/issues/1) updates. I am faced with the above mentioned runtime error. This happens when I run the code in the GPU runtime. The stack-trace is as...

I think it will be helpful to add the total number of easy, medium, and hard questions on the company page somewhere (maybe on top). This will give the viewer...

Is there a way to use this project out-of-the-box? Any steps or pre-trained model and setup instructions would help. I am just looking for an facial emotion detection in PyTorch.