Cyrile commited on
Commit
75ff05d
1 Parent(s): 34aa254

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -31,10 +31,10 @@ This is the model card of a 🤗 transformers model that has been pushed on the
31
  from transformers.models.detr import DetrForSegmentation
32
 
33
  img_proc = AutoImageProcessor.from_pretrained(
34
- "ArkeaIAF/detr-layout-detection"
35
  )
36
  model = DetrForSegmentation.from_pretrained(
37
- "ArkeaIAF/detr-layout-detection"
38
  )
39
 
40
  with torch.inference_mode():
@@ -61,7 +61,7 @@ bbox_pred = img_proc.post_process_object_detection(
61
  ```
62
  @online{DeDetrLay,
63
  AUTHOR = {Cyrile Delestre},
64
- URL = {https://huggingface.co/cmarkea/detr-layout-detection},
65
  YEAR = {2024},
66
  KEYWORDS = {Image Processing ; Transformers ; Layout},
67
  }
 
31
  from transformers.models.detr import DetrForSegmentation
32
 
33
  img_proc = AutoImageProcessor.from_pretrained(
34
+ "ArkeaIAF/detr-base-layout-detection"
35
  )
36
  model = DetrForSegmentation.from_pretrained(
37
+ "ArkeaIAF/detr-base-layout-detection"
38
  )
39
 
40
  with torch.inference_mode():
 
61
  ```
62
  @online{DeDetrLay,
63
  AUTHOR = {Cyrile Delestre},
64
+ URL = {https://huggingface.co/cmarkea/detr-base-layout-detection},
65
  YEAR = {2024},
66
  KEYWORDS = {Image Processing ; Transformers ; Layout},
67
  }