-
I would like to suggest changing the labels in [Mask-RCNN tutorial](https://pytorch.org/tutorials/intermediate/torchvision_tutorial.html) from
`labels = torch.ones((num_objs,), dtype=torch.int64)`…
-
Thanks for sharing the code!
I have tested the repo on DOAI 1.5 and submit it to the online evaluation task 1. But the result is too low.
```
mAP: 0.07475452980149473
ap of each class: plane:0.…
-
Is it possible to release the faster rcnn part for image embedding?
-
## ❓ Questions and Help
I'm trying to download the pretrained weights for Faster RCNN but I keep getting this message. I waited a day but nothing changed. Please help.
![image](https://user-images…
-
Hello, I am trying to using demo to do the inferences for few-shot VOC. My code as following:
```
def main(
config_file="configs/few-shot-voc/10shot/vitl_3s.yaml",
rpn_config_fi…
-
Hi. Thanks for sharing your repo.
I try to use the faster rcnn model
I use
```
NSString *model = @"op_inference_graph_rcnn";
```
in the `TensorflowGraph.mm` file
but when u load the app its …
-
If i use youtubevis-2021 dataset, but the 2021-competetion had been finished. Where i can upload the zip file?
-
Task#1
## The above problem is of Segmentation
## Dataset: Google Open API/OIDV4 Tool
-
In the readme it says "Change rcnn path in init.m". But in `init.m` file there is no where to set it.
-
@XiaozhiChen Hi, Xiaozhi. I used your program to create the resnet50's train.prototxt and test.protxt, then trained with faster-rcnn. And I got a very low result on voc2007, about 0.47, even lower tha…