-
Written by @HaiderAbasi
TFLite-> Looks like a no-show.
Why?
Speed:
1) Video example
Image[Video](https://www.youtube.com/watch?v=aimSGOAUI8Y&ab_channel=EdjeElectronics)
2) Community
Image[StackO…
-
When I use opencvino demo with yolox_s, it throws
**_ImportError: /opt/intel/openvino_2021.2.185/deployment_tools/inference_engine/lib/intel64/libinference_engine.so: undefined symbol: _ZN3tbb8inter…
-
@AlexeyAB would love to hear your thoughts in YOLOX. Looks like some of the higher performing variants available via this repo are not mentioned.
pdf: https://arxiv.org/pdf/2107.08430.pdf
-
### Issue Type
Bug
### Source
pip (model-compression-toolkit)
### MCT Version
2.2
### OS Platform and Distribution
google colab
### Python version
3.10
### Describe the issue
running yolox …
-
Hello,
I want to run yolox tracking with deepstream and I seem to have succeeded in running the samples detector+deepSORT, but I am stuck in configuring the program to use YOLOX instead of the pr…
-
我想在树莓派上使用NNPACK 进行加速, 但是这需要 .cfg 和.weight文件. 现在已经有训练好的.pth文件和转化后的onnx文件,请问我可以怎么得到 .cfg文件呢
-
![image](https://user-images.githubusercontent.com/148137/131784633-8a1aa5a0-d45d-4685-b125-0d769a529005.png)
![image](https://user-images.githubusercontent.com/148137/131784555-3db34686-e77a-4d7d-95…
-
╒══════════════════╤════════════════════════════╕
│ keys │ values │
╞══════════════════╪════════════════════════════╡
│ seed │ None …
-
### 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) bu…
-
```python
def pre_process(self, image):
image_padded = np.ones([self.input_size[0], self.input_size[1], 3], dtype=np.float32) * 114.0
r = min(self.input_size[0]/image.shape[0], …