ammarali32 commited on
Commit
8ee1914
1 Parent(s): ab61abf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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