-
Thanks for the great work!
It seems the link provided in README is for ImageNet pretrained models? Could you please provide the R-50/R-101 MS-RCNN model that is used to produce your results in the p…
-
Config '/content/PhishIntention/configs/faster_rcnn_web.yaml' has no VERSION. Assuming it to be compatible with latest v2.
Traceback (most recent call last):
File "/content/PhishIntention/phishint…
-
Hi,thank you for sharing the code, I use you provided fockl loss to replace the the softmaxloss used in the fast-rcnn phase of faster-rcnn. But he training accuracy is only 65%. Is there any trainin…
LXWDL updated
6 years ago
-
Thank you for the great work and providing the codes.
But I met one problem when implementing your code.
The error message is below:
raise ValueError("%s doesn't exists" % opt['arch'])
ValueErr…
-
I'm running the code by python2.7, why did it give this error:
```
usage: mask_rcnn_video_live.py [-h] -m MASK_RCNN [-c CONFIDENCE]
[-t THRESHOLD]
mask_rcnn_video…
-
Can I try your PVT and PVTv2 to Faster-RCNN? Will it also give a big improvement (if you tried simulating this)?
-
- `max_overlaps` and `max_classes` introduced in https://github.com/rbgirshick/fast-rcnn/commit/2255de06bbd1b850e57f1283876741ecd84dce45
-
Hi,
I am getting the same error as you (https://github.com/longcw/yolo2-pytorch/issues/55). Were you able to solve this issue? Please reply if you know any way to solve this issue.
-
Hello! Thanks for good works.
https://user-images.githubusercontent.com/79086973/148227477-b5bc0395-2c5e-4112-a395-3b9973bc2c88.mp4
Have you ever had an offset when inference with a rotated rc…
-
Hi @Kartik17!
First of all, thank you for your work :)
I was running the quick demo and saw `rpn_ckpt.pth` and `rcnn_ckpt.pth` .
Are they already pre-trained with Argoverse data?
If so, I get pr…