RPNSD icon indicating copy to clipboard operation
RPNSD copied to clipboard

PyTorch implementation of RPNSD

Results 12 RPNSD issues
Sort by recently updated
recently updated
newest added

Hello! I try to download the pretrained model (https://drive.google.com/file/d/1EYhTADveeeMlu2J3AqzkITcKXZhbNmUa/view). But i cannont open the [modelbest.pth.tar] by WinRar. And it shows that the file is destoryed. How can i download the...

I tried to train the model on the AMI corpus, but the loss didn't seem to converge

Hi, Where can I find the ROI Pooling code? There are these lines In faster_rcnn.py↓↓ from model.roi_pooling.modules.roi_pool import _RoIPooling from model.roi_crop.modules.roi_crop import _RoICrop from model.roi_align.modules.roi_align import RoIAlignAvg Could you please...

Hello, thank you for sharing your research results. We have adapted to Callhome DB with the pre-trained model you shared. This is 2% higher than the DER value reported in...

I am trying to train a model from scratch but I realized that "from model.nms.nms_wrapper import nms" lines (e.g. in model/rpn/proposal_layer.py) fail as the repo does not include nms directory...

Hi, Thanks for making RPNSD available. I was wondering, what if I don't want to run the experiment? Say I have a long audio file, file.wav, can I just run...

Hi, I am interested in your solution, I would appreciate if you have time to answer to some of my questions: I have notices there were some lacking files which...

Thanks for this great job and for making it public. I'm new in this domain and I'm trying to test my own data using your trained model. The steps are...

When using the adaptation script using my own dataset I get this error: ``` return torch._C._nn.log_softmax(input, dim) RuntimeError: dimension out of range (expected to be in range of [-1, 0],...