jixin0101 commited on
Commit
a350cc0
·
1 Parent(s): 4b8ee7c

docs: clarify image resizing to 'shorter side = 512px'

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ description = r"""
248
  🔥 ObjectClear is an object removal model that can jointly eliminate the target object and its associated effects leveraging Object-Effect Attention, while preserving background consistency.<br>
249
  🖼️ Try to drop your image, assign the target masks with a few clicks, and get the object removal results!<br>
250
 
251
- *Note: All input images are resized so that the shorter side is 512 pixels, ensuring consistency with the 512×512 training resolution.<br>*
252
  """
253
 
254
  article = r"""<h3>
 
248
  🔥 ObjectClear is an object removal model that can jointly eliminate the target object and its associated effects leveraging Object-Effect Attention, while preserving background consistency.<br>
249
  🖼️ Try to drop your image, assign the target masks with a few clicks, and get the object removal results!<br>
250
 
251
+ *Note: All input images are temporarily resized (shorter side = 512 pixels) during inference to match the training resolution. Final outputs are restored to the original resolution.<br>*
252
  """
253
 
254
  article = r"""<h3>