Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ To reproduce our training experiments and evaluation results please use our gith
|
|
14 |
<img src="./sys.jpg" width="1024" height="600"></img>
|
15 |
PairDETR extracts embeddings using ResNet-50 followed by a transformer to predict pairs. During training, pairs are matched with ground-truth and corrected using approximated matching loss.
|
16 |
## Inference example with transformers:
|
17 |
-
```
|
18 |
import os
|
19 |
import numpy as np
|
20 |
import pandas as pd
|
|
|
14 |
<img src="./sys.jpg" width="1024" height="600"></img>
|
15 |
PairDETR extracts embeddings using ResNet-50 followed by a transformer to predict pairs. During training, pairs are matched with ground-truth and corrected using approximated matching loss.
|
16 |
## Inference example with transformers:
|
17 |
+
```python
|
18 |
import os
|
19 |
import numpy as np
|
20 |
import pandas as pd
|