Ashish Sinha

Results 14 issues of Ashish Sinha

Hi, I am trying to test the code on a custom dataset. I downloaded `seg_every_thing` in the root, copied `detections_vg3k.py` to `tools` of the former. Built `detectron` from scratch, but...

The font size in the template card is not mobile responsive.

enhancement

Hi @shunsukesaito, thanks for sharing the code for this work. I have prepared the renderings of my own dataset as per the mentioned data preparation steps. But when I run...

Hi Jiwoon I trained the classification model on my own dataset which has binary labels(present or not present). I made the necessary changes to your code. But while generating CAMs...

I get this error while loading the weights: ``` python RuntimeError Traceback (most recent call last) in () ----> 1 model=model.load_state_dict(weights) /opt/conda/lib/python3.6/site-packages/torch/nn/modules/module.py in load_state_dict(self, state_dict, strict) 767 if len(error_msgs) >...

I am trying to run this code, but I get the following error: ```highlight python cx = torch.cat((cx1, cx2), dim=1) RuntimeError: invalid argument 0: Sizes of tensors must match except...