-
Hi,
I am trying to run the example on the ReadMe. After updating the yaml to my image file, and sending a request from the client, I got the following error
`
$ python resnet_client.py --server …
-
感谢作者的工作,有个小问题,Table3 在Citycapes的实验结果,使用哪个代码训练的FCN(baseline)、FCN+NL、FCN+OCR、FCN+PCAA等
![image](https://user-images.githubusercontent.com/35558843/181179679-e35eea0f-dfc4-4d8d-a1a8-0424d9b59524.png)
…
-
Hi, I want to detect my own pictures with the resent-101 model trained by you on visual genome. I found several demo. py files in the 'tool' folder. Does demo_vg.py be used to perform detection result…
-
Is the position of the subsampling unit in each resnet block correct?
In your network you subsample at the beginning of each block:
https://github.com/zengarden/light_head_rcnn/blob/master/experim…
-
Thanks for the DCN impl. in caffe. I am curious about the performance of the baseline model w/o deform_conv. Besides, have you tried more complex model such as ResNet-101?
-
Hi, thanks for the wonderful repo!
I want to extract video features using the pre-trained model (resnext-101-kinetics.pth), but I got an out of memory errors (it shows it need 263G memory). Is there…
-
Hi,
I have tried using the ResNet models for torch provided by the [Facebook distribution](https://github.com/facebook/fb.resnet.torch/tree/master/pretrained):
```
th slow_neural_style.lua -gpu 0…
-
Hello,
Thanks for your amazing work. In Posenet and Rootnet, if I change the resnet type value from 50 to 101 and 152, I get errors with the current snapshots. How do I work around this?
Errors…
-
Hello,
Thank you very much for the implementation and the trained models.
I compared pose estimation run time of both pose_hrnet_w32_256x192.pth and pose_resnet_50_256x192.pth on the same large …
ghost updated
4 years ago
-
Hi @dbolya , thanks for your wonderful work, i have implemented the core modules of YOLACT v1 on FCOS in https://github.com/Epiphqny/Yolact_fcos, without bounding box cropping, it can achieve 35.2 mA…