isJc

Results 8 comments of isJc

请问你numpy用的什么版本,我使用requirements所要求的1.15.1会报错 ![image](https://user-images.githubusercontent.com/44466856/162911728-de687ea1-1007-4b99-b0eb-312b87465051.png)

> > 请问你numpy用的什么版本,我使用requirements所要求的1.15.1会报错 ![image](https://user-images.githubusercontent.com/44466856/162911728-de687ea1-1007-4b99-b0eb-312b87465051.png) > > 我用的是numpy 1.19.5 好的,谢谢

exactly! According to my own understanding, I divide the custom data set into base and novel samples, but the loss will not decrease after training. I don't know why! ![image](https://user-images.githubusercontent.com/44466856/168405552-c29a5446-7c1c-4c77-af68-4c18d2559c49.png)

For mmfewshot, it's strange why there is no discussion

> > > if i set pretrained = 'open-mmlab://detectron2/resnet50_caffe' in configs/detection/base/models/faster_rcnn_r50_caffe_c4.py, the log print "unexpected key in source state_dict: conv1.weight, ......" > > > > > > More details are...

> What config did you use? `configs/detection/base/models/faster_rcnn_r50_caffe_c4.py` is not the whole config file. I haven't met this error in MMDet before thanks for your reply! after i reinstall the env...

For the doubts about ‘grid-0.5’, I see many such problems, eg #6252, #471... Compared with the previous code(y[..., 0:2] *2 - 0.5 + grid), I found that the step of...

> @isJunCheng grid computation now embeds offsets (after #7262) to reduce FLOPs in detect.py and simplify export models. The change has no mathematical implications, the result is exactly the same...