File size: 399 Bytes
4185256
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Deformable-Detr.axera
Deformable-Detr DEMO on Axera NPU.

### 1. 工程下载
```  
git clone https://github.com/AXERA-TECH/deformable-detr.axera.git
```

### 2. 模型转换
```
pulsar2 build --config  ./config/config.json
```
### 3. 板端运行
```
python inference.py --model detr.axmodel --img ./assets/bus.jpg --output out.jpg --thresh 0.6
```
### 4. 结果展示
![result](./output/out.jpg)