-
I installed torch, torchvision, detectron2 via pip. I have set MODEL.PIXEL_MEAN/STD to single-item list like:
```
cfg.MODEL.PIXEL_MEAN = [103.530]
cfg.MODEL.PIXEL_STD = [1.0]
cfg.INPUT.FORMAT = "L…
-
Hi, I tried to follow the installation instruction in #145, but I failed on the last `pip install`
Is there any workaround for this?
Thanks
```
pip install git+https://github.com/PatBall1/dete…
-
## Instructions To Reproduce the 🐛 Bug:
1. Full runnable code or full changes you made:
```
I use the original repo and do not change anything.
```
2. What exact command do you run:
```bash
…
ghost updated
8 months ago
-
Failing Models:
- retinanet_resnet50_fpn_vaiq_int8
- KeypointRCNN_vaiq_int8
Run any of there models in SHARK-TestSuite with
```
cd e2eshark
python run.py --torchmlirbuild /path_to/torch-mlir/…
-
I have found that yolov4 and retinanet need to parse `resize` or `upsample`. Will need to update the onnx parser to handle dynamic shapes into these.
-
Hi, Thanks for this repo :-)
I am try to train the network (and do an overfitt) using solov2 config
When I start the training process I see the image but the masks are wrong (the image flipped, but …
-
### Description of the bug | 错误描述
使用cuda加速,ocr模式,解析出来的pdf文件乱码
### How to reproduce the bug | 如何复现
sys.platform linux
Python 3.10.14 (main, May 6 20…
-
I want to train a yolo detector to detect ‘bus’, ‘car’ and ‘truck’ in the videos recorded by a drone. Here is what I did so far:
- Extract images form the videos with a delta time equals 5 seconds,…
-
## Keyword: detection
### Video Anomaly Detection by Estimating Likelihood of Representations
- **Authors:** Yuqi Ouyang, Victor Sanchez
- **Subjects:** Computer Vision and Pattern Recognition (cs.C…
-
Hi, thank you Yuxin and team for making this amazing resource and for all of your support answering questions!!!
I'm running into an issue where I think I am either **not running inference properly…