Skip to content

Commit b63ac0e

Browse files
authored
Update README.md
1 parent 7c658bf commit b63ac0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,8 @@ experiments/*/checkpoints/best_model_epoch_*_640x640_*.pth \
419419
- `export_edge_smoothing_onnx.py`: Export edge smoothing modules
420420

421421
### Pre-trained weights
422+
If the overall size of the image is large, selecting a model with a large input ROI will provide a better balance between accuracy and speed, and if the overall size of the image is small, selecting a model with a small input ROI will provide a better balance between accuracy and speed. If a model with a small input ROI is selected for a large image, the ROI will be too large, especially for close-range objects, and most of the features will be lost, resulting in a significant decrease in inference accuracy. On the other hand, if a small ROI model is selected for a small image, the inference speed increases dramatically with almost no degradation in accuracy.
423+
422424
https://github.com/PINTO0309/human-instance-segmentation/releases/tag/weights
423425

424426
<img width="747" height="442" alt="image" src="https://github.com/user-attachments/assets/2278a435-355d-4cd3-b307-11b6fcd6b3e4" />

0 commit comments

Comments
 (0)