SrikanthMalla

Results 23 comments of SrikanthMalla

Hi @RubickH, I am able to fix it using ruotian luo's repo: https://github.com/ruotianluo/self-critical.pytorch/blob/master/scripts/prepro_ngrams.py I thought I made mistake by not cloning your repo recursively (for correct versions of cider-master). So...

@madsbk The benchmark/single-node-io.py file seems to output reasonably. But why doesn't it work in the example I showed above? Also, I have two more questions: 1. How to choose a...

Hi @madsbk Thank you for your response. 1. If I want to use multi-gpu CUDA_VISIBLE_DEVICES='3,4', in this scenario can I control the flow of read operation to which device in...

Hi @HeyangQin and @tjruwase , Could you help me resolve this issue? This is happening irrespective of training/inference, happens only during parameter offloading to NVMe.

Looks like the following snippet works, (but not sure what is the original format): ``` def plot_on_image(img, bbox, save_path): W, H, n_channels = np.asarray(img).shape bbox[1] -= bbox[3] # scale to...

Can you share the script for HEV-I dataset (it seems unnormalization and plotting using opencv doesn't work straightforward). It would be great if you can share. Best, Srikanth

Hi Brian, I think I found the issue, it is the scale of the image (it is different from the original size, like mentioned in the paper). I'll check that...

@MoonBlvd Sorry, it's not solved something is wrong. I am not able to plot ground truth boxes properly on the image. I tried different ones, but nothing works. It is...

medi-data link provided in readme downloads datasets with task_name. @hongjin-su Do you have the right dataset that is described in the readme which says it should have task-id?