Update README.md
Browse files
README.md
CHANGED
|
@@ -46,6 +46,23 @@ BEVFormer requires multi-view camera inputs (typically 6 views: front, front-lef
|
|
| 46 |
```
|
| 47 |
### Inference with AX650 Host
|
| 48 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
```
|
| 50 |
### Results
|
| 51 |
The model generates a 3D detection map projected onto the Bird's-Eye-View plane. Results are saved as images and videos which visualize the ego-vehicle and surrounding detected objects.
|
|
|
|
| 46 |
```
|
| 47 |
### Inference with AX650 Host
|
| 48 |
```
|
| 49 |
+
(base) root@ax650:~/data# python inference_axmodel.py compiled.axmodel inference_config.json inference_data/ --output-dir ./inference_results
|
| 50 |
+
[INFO] Available providers: ['AXCLRTExecutionProvider', 'AxEngineExecutionProvider']
|
| 51 |
+
[INFO] Using provider: AxEngineExecutionProvider
|
| 52 |
+
[INFO] Chip type: ChipType.MC50
|
| 53 |
+
[INFO] VNPU type: VNPUType.DISABLED
|
| 54 |
+
[INFO] Engine version: 2.12.0s
|
| 55 |
+
[INFO] Model type: 0 (single core)
|
| 56 |
+
[INFO] Compiler version: 5.1-patch1 82190926
|
| 57 |
+
Processing scene 1/2: fcbccedd61424f1b85dcbf8f897f9754 (40 frames)
|
| 58 |
+
Scene fcbccedd61424f1b85dcbf8f897f9754: 28%|ββββββββββββββββββββββ | 11/40 [00:12<00:33, 1.15s/it]/root/guofangming/inference_axmodel.py:389: RuntimeWarning: invalid value encountered in cast
|
| 59 |
+
corners = imgfov_pts_2d[i].astype(np.int32)
|
| 60 |
+
Scene fcbccedd61424f1b85dcbf8f897f9754: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 40/40 [00:47<00:00, 1.18s/it]Processing scene 2/2: 325cef682f064c55a255f2625c533b75 (41 frames)
|
| 61 |
+
Scene 325cef682f064c55a255f2625c533b75: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 41/41 [00:48<00:00, 1.18s/it]Creating video: fcbccedd61424f1b85dcbf8f897f9754_result.mp4: 100%|βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 40/40 [00:08<00:00, 4.83it/s]β Scene fcbccedd61424f1b85dcbf8f897f9754: 40 frames, video: ./inference_results/fcbccedd61424f1b85dcbf8f897f9754/fcbccedd61424f1b85dcbf8f897f9754_result.mp4]Save scene results: 50%|βββββββββββββββββββββββββββββββββββββββββββββββββββ | 1/2 [00:23<00:23, 23.05s/it]
|
| 62 |
+
Creating video: 325cef682f064c55a255f2625c533b75_result.mp4: 7%|ββ | 3/41 [00:00<00:07, 4.92it/s]
|
| 63 |
+
Creating video: 325cef682f064c55a255f2625c533b75_result.mp4: 100%|ββββββββββββββββββββββ| 41/41 [00:08<00:00, 4.78it/s]
|
| 64 |
+
β Scene 325cef682f064c55a255f2625c533b75: 41 frames, video: ./inference_results/325cef682f064c55a255f2625c533b75/325cef682f064c55a255f2625c533b75_result.mp4
|
| 65 |
+
Save scene results: 100%|ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ| 2/2 [00:47<00:00, 23.79s/it]
|
| 66 |
```
|
| 67 |
### Results
|
| 68 |
The model generates a 3D detection map projected onto the Bird's-Eye-View plane. Results are saved as images and videos which visualize the ego-vehicle and surrounding detected objects.
|