-
Here is my code based on the demo to get the `resnet18_baseline_att_224x224_A_epoch_249_trt.pth` optimized model:
```pyhton
import json
import trt_pose.coco
with open('human_pose.json', 'r') a…
-
I trained the nuclei images from the Segmenting Nuclei in Microscopy Images project, both network heads and all layers, with 10 epochs for each (20 total), using the mask_rcnn_coco.h5 weight file as t…
-
### Branch
main branch (0.x version, such as `v0.10.0`, or `dev` branch)
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmaction2/issues) and [Discussions](http…
-
Hi everyone,
I am trying to train the siamese model with a custom dataset (comprises three classes) and I used the trained weight file (mask_rcnn_coco.h5). The dataset_train and the dataset_val are s…
-
Hi there.
I have some problem running your project, as the YOLO model constantly fails with error
"Error processing video: index 1 is out of bounds for axis 1 with size 1"
on a 340*480 fideo fil…
-
### Expected results
![image](https://github.com/facebookresearch/Detectron/blob/master/demo/output/17790319373_bd19b24cfc_k_example_output.jpg?raw=true)
### Actual results
What did you observe…
-
### Checklist
- [X] I have searched related issues but cannot get the expected help.
- [X] 2. I have read the [FAQ documentation](https://github.com/open-mmlab/mmdeploy/tree/main/docs/en/faq.md) but …
-
I have prepared the coco2017 dataset as the format of **.zip**.
But when I run the test command
`python tools/valid.py --cfg experiments/coco/w32/w32_4x_reg03_bs10_512_adam_lr1e-3_coco_x140.yaml…
-
Is there any function that automatically outputs AP, AP50, AP75, AP_S, AP_M and AP_L? These are the default metrics used in the paper and I would like to see the function which was used to achieve the…
-
I train the model on both train and evl coco dataset as a result my model generates output in .ckpt format which i prior use for estimation of pose but i am confuse how i can get the .json file for ev…