Spaces:
Sleeping
Sleeping
sakshamlakhera
commited on
Commit
·
1905b6f
1
Parent(s):
0e666e0
section fix
Browse files- pages/4_Report.py +2 -2
pages/4_Report.py
CHANGED
@@ -896,7 +896,7 @@ def render_report():
|
|
896 |
##### **Strawberry** Intra-class Map Analysis
|
897 |
""", unsafe_allow_html=True)
|
898 |
|
899 |
-
st.image("assets/images/
|
900 |
|
901 |
st.markdown("""
|
902 |
- **Whole:** Attention on object edges and shadows in early layers. Later activations begin to focus more on object.
|
@@ -909,7 +909,7 @@ def render_report():
|
|
909 |
""", unsafe_allow_html=True)
|
910 |
|
911 |
|
912 |
-
st.image("assets/images/
|
913 |
|
914 |
st.markdown("""
|
915 |
- **Whole:** High activation on elliptical shape and color gradient. Mid and deep layers preserve tomato body well.
|
|
|
896 |
##### **Strawberry** Intra-class Map Analysis
|
897 |
""", unsafe_allow_html=True)
|
898 |
|
899 |
+
st.image("assets/images/part2_map_strawberry.png", caption="Strawberry: Channels each layer", use_container_width=True)
|
900 |
|
901 |
st.markdown("""
|
902 |
- **Whole:** Attention on object edges and shadows in early layers. Later activations begin to focus more on object.
|
|
|
909 |
""", unsafe_allow_html=True)
|
910 |
|
911 |
|
912 |
+
st.image("assets/images/part2_map_tomato.png", caption="Tomato: Channels each layer", use_container_width=True)
|
913 |
|
914 |
st.markdown("""
|
915 |
- **Whole:** High activation on elliptical shape and color gradient. Mid and deep layers preserve tomato body well.
|