Mayank Kothyari
Mayank Kothyari
I tired mapping the output index predicted by the model to label name using a list created using this file (https://storage.googleapis.com/openimages/challenge_2019/challenge-2019-classes-description-500.csv). But, the ordering isn't correct. How do i get...
While running this, i encountered the error from mmdet.apis import inference_detector, init_detector, show_result_pyplot config_file = '/md/tsd/faster_rcnn_x101_64x4d_fpn_TSD.py' checkpoint_file = '/md/tsd/faser_rcnn_X101_64x4d_TSD.pth' model = init_detector(config_file, checkpoint_file, device='cuda:0') **Environment** sys.platform: linux Python: 3.6.9 (default,...
Is there any direct function that I can call to extract fixed-length embedding for each audio sample using the pre-trained model?
Hi, Is there a way to de-register schema like how we register here: https://github.com/ServiceNow/picard/blob/6a252386bed6d4233f0f13f4562d8ae8608e7445/seq2seq/utils/picard_model_wrapper.py#L129