John Ho commited on
Commit
71dfc73
·
1 Parent(s): 6d1cd7b

updated doc

Browse files
Files changed (1) hide show
  1. README.md +5 -0
README.md CHANGED
@@ -26,3 +26,8 @@ recommends the pinning of transformer but
26
  seems to be more future proved.
27
  * added `pydantic==2.10.6` to the requirements to fix the
28
  `Error: No API Found` message in gradio based on [this suggestion](https://discuss.huggingface.co/t/error-no-api-found/146226/8)
 
 
 
 
 
 
26
  seems to be more future proved.
27
  * added `pydantic==2.10.6` to the requirements to fix the
28
  `Error: No API Found` message in gradio based on [this suggestion](https://discuss.huggingface.co/t/error-no-api-found/146226/8)
29
+ * added the feature to output confidence score with **Object Detection** with
30
+ the function `run_example_with_score()` following the example provided from
31
+ the [official doc](https://huggingface.co/microsoft/Florence-2-large#output-confidence-score-with-object-detection)
32
+ * the feature was added to **Open Vocabulary Detection** too but it seems like the
33
+ `transition_beam_score` are ignored in the call to `processor.post_process_generation()`