abhaygargab

Results 9 issues of abhaygargab

Hello @bunelr, Thank You for proving the implementation of your work. This saves a lot of time for us who try to improve on the techniques and do further research....

Thank You for providing such a proper guide to install python bindings for wav2letter.. I have been trying to follow https://github.com/facebookresearch/wav2letter/wiki/Python-bindings but could not understand how to evaluate on a...

python-bindings

Hello, Thanks for this great contribution. It has made installing and using Kaldi a ton times more easier. I used the pretrained Aspire model, and it works pretty well. However...

Hello @Arthur151, Congratulations on the great work and Thanks for making the code available for use. I tried running the inference script on a custom video via: CUDA_VISIBLE_DEVICES=0 python core/test.py...

Thank You for providing the codes and pretrained models.. The output of the provided English pretrained model is not very good..can you please provide the model pretrained on 1000h LibriSpeech...

Hello Rohit, The yaml file in the repository is corresponding to Task 3. Can you please share the yaml file for Task 1? Thank You

Hello, I want to track pedestrians using Rekall. So i am taking detections per-frame and comparing the iou of detections in the previous frame. I am using join to merge...

Hello, I am getting this error: ImportError Traceback (most recent call last) in () 1 get_ipython().run_line_magic('load_ext', 'autoreload') 2 get_ipython().run_line_magic('autoreload', '2') ----> 3 from rekall import Interval, IntervalSet, IntervalSetMapping, Bounds3D 4...

Hi Team, I am able to use and pass parameters to AnchorImage explain method like below in my jupyter notebook: ```python explanation = explainer.explain(image, threshold=.7, p_sample=.5, tau=0.25, batch_size = 10,...