Praveen Narayanan

Results 7 comments of Praveen Narayanan

Yes could you put up data and main file, please? It would be quite useful.

I have a workaround for the wav creator for TIMIT, which I have put up in my forked repo. https://github.com/pravn/PyTorch_Speaker_Verification/blob/master/VAD_segments.py In VAD create, for TIMIT, it can complain that the...

This only happens if we download speech_tools as mentioned in the voice conversion wiki page under "Dependency Tools". https://github.com/CSTR-Edinburgh/merlin/tree/master/egs/voice_conversion/s1 I was able to get around this by using the install...

I got the keys to align by hacking it. Load checkpoints and replace vtransform with view_transform to make it work. However, @hepingpeace notes, the boxes produced are incorrect. ![demo](https://github.com/open-mmlab/mmdetection3d/assets/550741/e6537308-2a45-4b52-9859-8a4436ed807e) Using...

@ruhyadi I think you download kitti left and right images and place them there.

@VictoriaBentell's solution works nicely (thank you). Can't say what your problem is, but in my case, renaming the files from *.WAV to *.wav works. Rename with this tip. https://stackoverflow.com/questions/21985492/recursively-change-file-extensions-in-bash using...

I have the same error. Pytorch 0.3.0.post4, cuda-8.0 ``` (env_stereo) pytorch@deepDSP01:~/perception/Stereo-RCNN$ python demo.py load checkpoint models_stereo/stereo_rcnn_20_6477.pth load model successfully! QObject::moveToThread: Current thread (0x5629e7138960) is not the object's thread (0x562a519cd500). Cannot...