Skip to content

Commit 3d24d07

Browse files
committed
dummy edits to update build
1 parent d97dc45 commit 3d24d07

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

articles/ai-studio/how-to/healthcare-ai/deploy-cxrreportgen.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,11 @@ Response payload is a JSON formatted string containing the following fields:
194194
```
195195

196196
### Supported image formats
197+
197198
The deployed model API supports images encoded in PNG or JPEG formats. For optimal results, we recommend using uncompressed/lossless PNGs with 8-bit monochromatic images.
198199

199200
## Learn more from samples
201+
200202
CXRReportGen is a versatile model that can be applied to a wide range of tasks and imaging modalities. For more examples see the following interactive Python notebook:
201203

202204
* [Deploying and Using CXRReportGen](https://aka.ms/healthcare-ai-examples-cxr-deploy): Learn how to deploy the CXRReportGen model and integrate it into your workflow. This notebook also covers bounding-box parsing and visualization techniques.

articles/ai-studio/how-to/healthcare-ai/deploy-medimageinsight.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ MedImageInsight is a versatile model that can be applied to a wide range of task
231231
* [Enhancing Classification with Adapter Networks](https://aka.ms/healthcare-ai-examples-mi2-adapter): Improve classification performance by building a small adapter network on top of MedImageInsight.
232232

233233
#### Advanced applications
234+
234235
* [Inferring MRI Acquisition Parameters from Pixel Data](https://aka.ms/healthcare-ai-examples-mi2-exam-parameter): Understand how to extract MRI exam acquisition parameters directly from imaging data.
235236

236237
* [Scalable MedImageInsight Endpoint Usage](https://aka.ms/healthcare-ai-examples-mi2-advanced-call): Learn how to generate embeddings of medical images at scale using the MedImageInsight API while handling potential network issues gracefully.

articles/ai-studio/how-to/healthcare-ai/deploy-medimageparse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ Response payload is a list of JSON-formatted strings, each corresponding to a su
192192
```
193193

194194
### Supported image formats
195+
195196
The deployed model API supports images encoded in PNG format. For optimal results, we recommend using uncompressed/lossless PNGs with RGB images.
196197

197198
As described in the API specification, the model only accepts images in the resolution of `1024x1024`pixels. Images need to be resized and padded (in the case of non-square aspect ratio).

0 commit comments

Comments
 (0)