-
i my codebase to train regnetx_200m, i use this function 'random_sized_crop' in transform, while get bad result, train acc get 90%+, while val acc get 50%+
`random_sized_crop(image, size=cfg.data.im…
-
Hi, I trained a model with Regnet backbone with regnetx_800mf arch and RetinanetLite head and converted it to an onnx model. There are 10 output tensors in the onnx model as in the prototxt file. In w…
-
## 🐛 Bug
## To Reproduce
```python
import time
import torch
import torch.nn as nn
class TestModel(nn.Module):
def __init__(self, g=8):
super(TestModel, self).__init__()
…
-
I've been working on migrating an mmdetection from v2 to v3 and haven't been able reproduce the same results. Here is my configuration from v2:
```
model = dict(
type='RetinaNet',
backbo…
-
Hi @AlexeyAB,
Can we have this [DeiT](https://github.com/facebookresearch/deit)?
Thanks
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests.
### Description
Hi,
I really appreciate thi…
-
While running:
python tools/test_net.py \
--cfg configs/dds_baselines/regnetx/RegNetX-400MF_dds_8gpu.yaml \
TEST.WEIGHTS https://dl.fbaipublicfiles.com/pycls/dds_baselines/160905967/RegNetX…
-
hello
The link shown as below describes how to use commands "run_custom_pc.sh" and "run_package_artifacts_evm.sh" to compile the custom model and how to modify the benchmark_custom.py and settings_…
-
### 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/blob/master/docs/en/faq.md)…
-
Hi jinfagang,
Thanks for your amazing contribution.
Would you mind help with this issue below, I'm not quite familiar with detectron.
While I tried to run exp on coco2017 dataset with train_d…