Skip to content

Commit

Permalink
add guideline
Browse files Browse the repository at this point in the history
  • Loading branch information
97DongHyeokOH committed Aug 2, 2023
1 parent a123998 commit 0ab6249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/upload_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,6 @@ def check_size(img):
st.subheader('Guideline')
st.write("바운딩 박스 지정시 <font color='blue'>사람 전체</font>가 선택될 수 있도록 지정해주세요!!!", unsafe_allow_html=True)

st.image('../image_video/o.png', caption="옳은 예시", use_column_width=True)
st.image('image_video/o.png', caption="옳은 예시", use_column_width=True)

st.image('../image_video/x.jpg', caption="잘못된 예시", use_column_width=True)
st.image('image_video/x.jpg', caption="잘못된 예시", use_column_width=True)

0 comments on commit 0ab6249

Please sign in to comment.