diff --git a/app.py b/app.py index 381555a679b73727f2bc5f1304fde5a1c8f4d93d..a07e8bd027c20f55bf78c435d2a5813d7c1763ff 100644 --- a/app.py +++ b/app.py @@ -62,7 +62,7 @@ high_level_config = { "checkpoint_name": "model.safetensors", "config_name": "config.json", "trained_with_amp": True, - "trained_with_amp_dtype": "fp16", + "trained_with_amp_dtype": "bf16", "data_norm_type": "dinov2", "patch_size": 14, "resolution": 518, @@ -1181,18 +1181,18 @@ with gr.Blocks(theme=theme, css=GRADIO_CSS) as demo: choices=["All"], value="All", label="Show Points from Frame" ) with gr.Column(): - gr.Markdown("### Pointcloud options (live updates)") + gr.Markdown("### Pointcloud Options: (live updates)") show_cam = gr.Checkbox(label="Show Camera", value=True) - show_mesh = gr.Checkbox(label="Show mesh", value=True) + show_mesh = gr.Checkbox(label="Show Mesh", value=True) filter_black_bg = gr.Checkbox( label="Filter Black Background", value=False ) filter_white_bg = gr.Checkbox( label="Filter White Background", value=False ) - gr.Markdown("### Reconstruction options: (updated on next run)") + gr.Markdown("### Reconstruction Options: (updated on next run)") apply_mask_checkbox = gr.Checkbox( - label="Apply non-ambiguous mask", value=True + label="Apply mask for predicted ambiguous depth classes & edges", value=True ) # ---------------------- Example Scenes Section ---------------------- gr.Markdown("## Example Scenes (lists all scenes in the examples folder)") diff --git a/examples/Aachen/aachen_night.png b/examples/Aachen/aachen_night.png new file mode 100644 index 0000000000000000000000000000000000000000..c7e604afb16753774947c6ae89444a5a8381a27c --- /dev/null +++ b/examples/Aachen/aachen_night.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0729df6bacfb595fd00e4dfb19e486756163380021c3835d6a36926bc9fb73a7 +size 471547 diff --git a/examples/Aachen/aachen_spring.png b/examples/Aachen/aachen_spring.png new file mode 100644 index 0000000000000000000000000000000000000000..bdb0ec83d3301a420f404aab1cc03bdde0548f56 --- /dev/null +++ b/examples/Aachen/aachen_spring.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:867d80c17f2f84287bea8b627601b730068aceea94cd26edc6613f650c5b4563 +size 546864 diff --git a/examples/basketball/img_0.jpg b/examples/Basketball/img_0.jpg similarity index 100% rename from examples/basketball/img_0.jpg rename to examples/Basketball/img_0.jpg diff --git a/examples/basketball/img_1.jpg b/examples/Basketball/img_1.jpg similarity index 100% rename from examples/basketball/img_1.jpg rename to examples/Basketball/img_1.jpg diff --git a/examples/Berlin/01.png b/examples/Berlin/01.png new file mode 100644 index 0000000000000000000000000000000000000000..5a161f26bbc1b77cb2eed80c2c211fc0db7f74ba --- /dev/null +++ b/examples/Berlin/01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc33b07aebaf526136256c3ef9f4ea10f45e03ebd495b44a7b0cce02946674c +size 973773 diff --git a/examples/Berlin/02.png b/examples/Berlin/02.png new file mode 100644 index 0000000000000000000000000000000000000000..da48563252d1b9c6c09d9f446098a40aa3405765 --- /dev/null +++ b/examples/Berlin/02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e11e32c52622d12eaa12787ab7635eff03683301a947f17c6db7fee3594baf2 +size 753067 diff --git a/examples/Bots/frame0001.png b/examples/Bots/frame0001.png new file mode 100644 index 0000000000000000000000000000000000000000..e574274f132fca0fe34c7a6d020d680d8a661905 --- /dev/null +++ b/examples/Bots/frame0001.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c7bc8ef0c3526ddebd3239c2ff09e641c895b0212d2d59f39ca273f3831da3c +size 2650705 diff --git a/examples/Bots/frame0002.png b/examples/Bots/frame0002.png new file mode 100644 index 0000000000000000000000000000000000000000..4beaa8d16b54c3f54abab120d3b9089de47169b3 --- /dev/null +++ b/examples/Bots/frame0002.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b58e30806b2545f6a4b466e98c6faa480f78b486e6b82143243be70bd92811a +size 2179129 diff --git a/examples/Bots/frame0003.png b/examples/Bots/frame0003.png new file mode 100644 index 0000000000000000000000000000000000000000..bcece913c6f28a04ee493107c388455446a82b20 --- /dev/null +++ b/examples/Bots/frame0003.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69999b77f471a364802ea682789853cff8d177e759e3bca9a4ae79e6005c1ad2 +size 2695593 diff --git a/examples/Bots/frame0004.png b/examples/Bots/frame0004.png new file mode 100644 index 0000000000000000000000000000000000000000..9253ef2b0d59ee3a69f4c92c8a5787d37c7a5ce1 --- /dev/null +++ b/examples/Bots/frame0004.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ececa4c2035b5787669fe79657b3238c1b8fd38264ed21554cde11c93e9ab435 +size 1350890 diff --git a/examples/Bots/frame0005.png b/examples/Bots/frame0005.png new file mode 100644 index 0000000000000000000000000000000000000000..475836f6208c0e999a313dcd713e9d287c2cb747 --- /dev/null +++ b/examples/Bots/frame0005.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46906cea02dfcff3c014c068878a029e6f100de2ccecf2fb5ca8b272e68e039a +size 1417287 diff --git a/examples/Bots/frame0006.png b/examples/Bots/frame0006.png new file mode 100644 index 0000000000000000000000000000000000000000..aba138b60afe682f9c7536e865e1fed81c614ba9 --- /dev/null +++ b/examples/Bots/frame0006.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42549d3e4175e4b9754baa2d2069f77ed8a1500fa71d79b7f525353c0006dca4 +size 1714138 diff --git a/examples/Bots/frame0007.png b/examples/Bots/frame0007.png new file mode 100644 index 0000000000000000000000000000000000000000..01fe2396c967f1dd554f16f245a2d604c6517b9b --- /dev/null +++ b/examples/Bots/frame0007.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f83066aae0479a769a0d38a949c91a194d0c8574e7653e9cb1af0854507f40f6 +size 2427000 diff --git a/examples/Bots/frame0008.png b/examples/Bots/frame0008.png new file mode 100644 index 0000000000000000000000000000000000000000..31e4272b5c962f19e674fd0981856d1daa1afb70 --- /dev/null +++ b/examples/Bots/frame0008.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa06d3ea1ea5fe8826858e7a87633327de3bd30929293e73cbd546f49a1ee947 +size 3027927 diff --git a/examples/desk/530554609_3367433673396747_2161028887770608277_n.jpg b/examples/Desk/530554609_3367433673396747_2161028887770608277_n.jpg similarity index 100% rename from examples/desk/530554609_3367433673396747_2161028887770608277_n.jpg rename to examples/Desk/530554609_3367433673396747_2161028887770608277_n.jpg diff --git a/examples/desk/532328457_1311198870420578_2167456836351167380_n.jpg b/examples/Desk/532328457_1311198870420578_2167456836351167380_n.jpg similarity index 100% rename from examples/desk/532328457_1311198870420578_2167456836351167380_n.jpg rename to examples/Desk/532328457_1311198870420578_2167456836351167380_n.jpg diff --git a/examples/dino/528883410_1456464302336597_4114529568612559572_n.jpg b/examples/Dino/528883410_1456464302336597_4114529568612559572_n.jpg similarity index 100% rename from examples/dino/528883410_1456464302336597_4114529568612559572_n.jpg rename to examples/Dino/528883410_1456464302336597_4114529568612559572_n.jpg diff --git a/examples/dino/530182709_1122456693282934_3373468492106282632_n.jpg b/examples/Dino/530182709_1122456693282934_3373468492106282632_n.jpg similarity index 100% rename from examples/dino/530182709_1122456693282934_3373468492106282632_n.jpg rename to examples/Dino/530182709_1122456693282934_3373468492106282632_n.jpg diff --git a/examples/dino/532847807_1055021109949229_8315548832183031452_n.jpg b/examples/Dino/532847807_1055021109949229_8315548832183031452_n.jpg similarity index 100% rename from examples/dino/532847807_1055021109949229_8315548832183031452_n.jpg rename to examples/Dino/532847807_1055021109949229_8315548832183031452_n.jpg diff --git a/examples/grindelwald/img_1.jpg b/examples/Grindelwald/img_1.jpg similarity index 100% rename from examples/grindelwald/img_1.jpg rename to examples/Grindelwald/img_1.jpg diff --git a/examples/grindelwald/img_2.jpg b/examples/Grindelwald/img_2.jpg similarity index 100% rename from examples/grindelwald/img_2.jpg rename to examples/Grindelwald/img_2.jpg diff --git a/examples/grindelwald/img_3.jpg b/examples/Grindelwald/img_3.jpg similarity index 100% rename from examples/grindelwald/img_3.jpg rename to examples/Grindelwald/img_3.jpg diff --git a/examples/JPL-Mars-Yard/1.jpg b/examples/JPL-Mars-Yard/1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..855db28dd101e3c7013ea3018c28ab8511034650 --- /dev/null +++ b/examples/JPL-Mars-Yard/1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e127be6c84c582c9a37437dd434d46bec0dbe7e063ae7969075dc612476135f6 +size 4400687 diff --git a/examples/JPL-Mars-Yard/2.jpg b/examples/JPL-Mars-Yard/2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..63a9ff8265887c591a46b1315d247ba461d60aa3 --- /dev/null +++ b/examples/JPL-Mars-Yard/2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4fb76a2e39deb1a664f85c5d377c03c05c4d288d157f36c38f08370c3ef0723f +size 4060754 diff --git a/examples/JPL-Mars-Yard/3.jpg b/examples/JPL-Mars-Yard/3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..91ad1d6a31071aeef62aa632b66010a151b94873 --- /dev/null +++ b/examples/JPL-Mars-Yard/3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a4763cf54921fc791a46a15e75b57dd45081badb3862a823f9ba28b3d6508cb +size 4370310 diff --git a/examples/JPL-Mars-Yard/4.jpg b/examples/JPL-Mars-Yard/4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2da10b426ae6d627f96c83787e274b497ce8628d --- /dev/null +++ b/examples/JPL-Mars-Yard/4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bdf757ef810f428d4e45fcdc098b65464e97643525b1db732ca5b6700ddd2b5 +size 5219353 diff --git a/examples/JPL-Mars-Yard/5.jpg b/examples/JPL-Mars-Yard/5.jpg new file mode 100644 index 0000000000000000000000000000000000000000..fbdb4f13302f3227d89dead817caf751ecc466c4 --- /dev/null +++ b/examples/JPL-Mars-Yard/5.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9114e1d5ccd82f1004f8b8eb005bbb2ac65e4384b1b16cba6e9f65584eb014b0 +size 4558384 diff --git a/examples/JPL-Mars-Yard/6.jpg b/examples/JPL-Mars-Yard/6.jpg new file mode 100644 index 0000000000000000000000000000000000000000..48b3f23c8810bbc2194551d801cce9da161488db --- /dev/null +++ b/examples/JPL-Mars-Yard/6.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ef2fca161bbf9a68735758329a075394fceb203ae797682cafe2a7065619269 +size 5815699 diff --git a/examples/Lake-Statue/481120008_1173742387714227_7657626837340290039_n.jpg b/examples/Lake-Statue/481120008_1173742387714227_7657626837340290039_n.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a64ad9919c32a730370a87a981aabdecbbb6637a --- /dev/null +++ b/examples/Lake-Statue/481120008_1173742387714227_7657626837340290039_n.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13f79cb14259d9da691d9e0fb3c15e64bc429d1ba5391a071eded698ed786274 +size 3348554 diff --git a/examples/Lake-Statue/481895390_435592449576118_7223846869831586859_n.jpg b/examples/Lake-Statue/481895390_435592449576118_7223846869831586859_n.jpg new file mode 100644 index 0000000000000000000000000000000000000000..dedaa136027723736c008a2285f3288a676d26b8 --- /dev/null +++ b/examples/Lake-Statue/481895390_435592449576118_7223846869831586859_n.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1061706ce37dfb8f5df08046165758bfdcafef422adf140fc75440349dc18cee +size 2452439 diff --git a/examples/lion_mirror/480388255_654178757132498_624999253317032198_n.jpg b/examples/Lion-Mirror/480388255_654178757132498_624999253317032198_n.jpg similarity index 100% rename from examples/lion_mirror/480388255_654178757132498_624999253317032198_n.jpg rename to examples/Lion-Mirror/480388255_654178757132498_624999253317032198_n.jpg diff --git a/examples/lion_mirror/481118149_1175121204292619_2597291685520277061_n.jpg b/examples/Lion-Mirror/481118149_1175121204292619_2597291685520277061_n.jpg similarity index 100% rename from examples/lion_mirror/481118149_1175121204292619_2597291685520277061_n.jpg rename to examples/Lion-Mirror/481118149_1175121204292619_2597291685520277061_n.jpg diff --git a/examples/lion_mirror/481163520_1685649178709736_797454981910081980_n.jpg b/examples/Lion-Mirror/481163520_1685649178709736_797454981910081980_n.jpg similarity index 100% rename from examples/lion_mirror/481163520_1685649178709736_797454981910081980_n.jpg rename to examples/Lion-Mirror/481163520_1685649178709736_797454981910081980_n.jpg diff --git a/examples/lion_mirror/482451618_4385713848322602_4193708748704841166_n.jpg b/examples/Lion-Mirror/482451618_4385713848322602_4193708748704841166_n.jpg similarity index 100% rename from examples/lion_mirror/482451618_4385713848322602_4193708748704841166_n.jpg rename to examples/Lion-Mirror/482451618_4385713848322602_4193708748704841166_n.jpg diff --git a/examples/night_temple/480811030_2684126631974802_260568564136361360_n.jpg b/examples/Night-Temple/480811030_2684126631974802_260568564136361360_n.jpg similarity index 100% rename from examples/night_temple/480811030_2684126631974802_260568564136361360_n.jpg rename to examples/Night-Temple/480811030_2684126631974802_260568564136361360_n.jpg diff --git a/examples/night_temple/482405589_3949803958672748_8316540969946364052_n.jpg b/examples/Night-Temple/482405589_3949803958672748_8316540969946364052_n.jpg similarity index 100% rename from examples/night_temple/482405589_3949803958672748_8316540969946364052_n.jpg rename to examples/Night-Temple/482405589_3949803958672748_8316540969946364052_n.jpg diff --git a/examples/painting/oil.png b/examples/Oil-Painting/oil.png similarity index 100% rename from examples/painting/oil.png rename to examples/Oil-Painting/oil.png diff --git a/examples/Panda-Portrait/480504132_1632853727353967_2120213603584568926_n.jpg b/examples/Panda-Portrait/480504132_1632853727353967_2120213603584568926_n.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cfe227199b8f0755bdb5d4e279b6fa48fe73408f --- /dev/null +++ b/examples/Panda-Portrait/480504132_1632853727353967_2120213603584568926_n.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb17aa703f7388d6468467f439e76636a233593235fa5367841e68a11b572011 +size 197279 diff --git a/examples/Pittsburgh/IMG_4735.jpg b/examples/Pittsburgh/IMG_4735.jpg new file mode 100644 index 0000000000000000000000000000000000000000..2675df195a930dd65afcee7716fadcebe1a5e922 --- /dev/null +++ b/examples/Pittsburgh/IMG_4735.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c5cb75fc376ed189f5cd511faee4205ba095836375484fad27817eb6f0531f9 +size 5884833 diff --git a/examples/Pittsburgh/IMG_4736.jpg b/examples/Pittsburgh/IMG_4736.jpg new file mode 100644 index 0000000000000000000000000000000000000000..e8f3be66021edd12efaf7b943a319b89030f7515 --- /dev/null +++ b/examples/Pittsburgh/IMG_4736.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bb3c234920c915f42346bd0cac322fd62a5abc82be85bd65e15c7b92b692ad7 +size 5421893 diff --git a/examples/Pittsburgh/IMG_4737.jpg b/examples/Pittsburgh/IMG_4737.jpg new file mode 100644 index 0000000000000000000000000000000000000000..a4b5dd86b0a791747943e77b60135e0aa65995bd --- /dev/null +++ b/examples/Pittsburgh/IMG_4737.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9924f29a2c36e08051a65b1bb8c6060a0bbd71cbe177c1cc425bb0e49036250e +size 5254973 diff --git a/examples/Pittsburgh/IMG_4738.jpg b/examples/Pittsburgh/IMG_4738.jpg new file mode 100644 index 0000000000000000000000000000000000000000..ad3355c5bf29d8d9c1673575833196049c2f072a --- /dev/null +++ b/examples/Pittsburgh/IMG_4738.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d27b6e46df537cae38f4540652285d22ea616309f603a4332389fcffee3758e3 +size 4812932 diff --git a/examples/scenic/001.jpg b/examples/Scenic-Landscape/001.jpg similarity index 100% rename from examples/scenic/001.jpg rename to examples/Scenic-Landscape/001.jpg diff --git a/examples/scenic/002.jpg b/examples/Scenic-Landscape/002.jpg similarity index 100% rename from examples/scenic/002.jpg rename to examples/Scenic-Landscape/002.jpg diff --git a/examples/Sculpture/01.png b/examples/Sculpture/01.png new file mode 100644 index 0000000000000000000000000000000000000000..88f10f54a598c0677cdd8c83f6cf1c982153de44 --- /dev/null +++ b/examples/Sculpture/01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc4ee14c70d6fb6bc44a0be7507f90b62c67773d93afc75a4f586d3cd01f6108 +size 917944 diff --git a/examples/Sculpture/02.png b/examples/Sculpture/02.png new file mode 100644 index 0000000000000000000000000000000000000000..f9339231ab07fa31f4bb302d50e8ddc68ad7c591 --- /dev/null +++ b/examples/Sculpture/02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ffbab080ab2c02eb02c03e7128697c49b9c6cd13f8c99d72263379ca9c5ff83 +size 565060 diff --git a/examples/Seasonal/01.png b/examples/Seasonal/01.png new file mode 100644 index 0000000000000000000000000000000000000000..c85e935768a0ff0631d7798063fd549a8ad7b237 --- /dev/null +++ b/examples/Seasonal/01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd32df9ca232efdd702f4694c74f262286989e39ed26ef8a2960012c58a987e9 +size 1003664 diff --git a/examples/Seasonal/02.png b/examples/Seasonal/02.png new file mode 100644 index 0000000000000000000000000000000000000000..98d9c30ecdf718c3a00932987710d8d07556db66 --- /dev/null +++ b/examples/Seasonal/02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd51d44e58fe701ac03c3034c28efb14bb91558650ce8aaff0587c18f3c3c37f +size 882713 diff --git a/examples/Sisters-Statue/481869432_646849634388788_2162202232236218000_n.jpg b/examples/Sisters-Statue/481869432_646849634388788_2162202232236218000_n.jpg new file mode 100644 index 0000000000000000000000000000000000000000..62bb557dcd4a97a3ae5477a6b760bbe51f47ccc7 --- /dev/null +++ b/examples/Sisters-Statue/481869432_646849634388788_2162202232236218000_n.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9416b1b084476b389b0fc885d26c2dce018552cb649cfbc7429d8b66c693a495 +size 4838480 diff --git a/examples/Sisters-Statue/481943293_641636221777392_2955401254290735956_n.jpg b/examples/Sisters-Statue/481943293_641636221777392_2955401254290735956_n.jpg new file mode 100644 index 0000000000000000000000000000000000000000..c12d11cba3ab6a5ea1a24cfb67888fca6f45fb3b --- /dev/null +++ b/examples/Sisters-Statue/481943293_641636221777392_2955401254290735956_n.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce30cd3d993e076a4c295c4837a4699285abb2835c616b6264b6e15d4345b7b3 +size 5180372 diff --git a/examples/Thermal/01.png b/examples/Thermal/01.png new file mode 100644 index 0000000000000000000000000000000000000000..a923b184c80023980d26b184a600d9c1f37bd5b2 --- /dev/null +++ b/examples/Thermal/01.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9478623f10f039e55d1a34d0eb99a618cd5ffcc4f127b232b3d835db352acd64 +size 43062 diff --git a/examples/Thermal/02.png b/examples/Thermal/02.png new file mode 100644 index 0000000000000000000000000000000000000000..fe6e8ac17368220990dd082d6e407a5200df6b45 --- /dev/null +++ b/examples/Thermal/02.png @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf74fb4e2859475a9181a31a2dbca5b36e1fbb890f1b3dfca1beaa341a2d5611 +size 770313 diff --git a/examples/wai_logo/wai_logo.png b/examples/WAI-Logo/wai_logo.png similarity index 100% rename from examples/wai_logo/wai_logo.png rename to examples/WAI-Logo/wai_logo.png diff --git a/examples/Yokohama/img_1.jpg b/examples/Yokohama/img_1.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0b6ba55ecc7dbce28465d9e89695b983799ef2e0 --- /dev/null +++ b/examples/Yokohama/img_1.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fcd1a8886de37a960b6b7f12b07f26b2c1a3d12805a5feb7a0cbc4efc1a1dc +size 2149998 diff --git a/examples/Yokohama/img_2.jpg b/examples/Yokohama/img_2.jpg new file mode 100644 index 0000000000000000000000000000000000000000..0eda7f00716b513054591b37b86c766e30d567e8 --- /dev/null +++ b/examples/Yokohama/img_2.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bc0541e92c01e1461a625d7e604b061443b95f4c39b87c4ef1afb0723df600e +size 3022967 diff --git a/examples/Yokohama/img_3.jpg b/examples/Yokohama/img_3.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4ea73f235fb0506cb9fa922e28a0ea05646b5fc3 --- /dev/null +++ b/examples/Yokohama/img_3.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aef3c7fc6c1e6d50eb291a5073806a3bbec89fbc578eb42964fe675dee7861f +size 2462491 diff --git a/examples/Yokohama/img_4.jpg b/examples/Yokohama/img_4.jpg new file mode 100644 index 0000000000000000000000000000000000000000..da198307c702f991c2c30b9bb74079d561124cc2 --- /dev/null +++ b/examples/Yokohama/img_4.jpg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f3b1c95b7988534290edd8d4f8747dbf04ae6c63cf3d37773691acd1c587b8d +size 1755839 diff --git a/examples/llama/530552299_1350142206628921_7256209652527343353_n.jpg b/examples/llama/530552299_1350142206628921_7256209652527343353_n.jpg deleted file mode 100644 index b0cfcb24f32123dc82622268f114816c976a1453..0000000000000000000000000000000000000000 --- a/examples/llama/530552299_1350142206628921_7256209652527343353_n.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:867e7d0a2d2bd3911fe76180bb07ae0b26fac6de9775c04f4d9a55962123a88e -size 3876746 diff --git a/examples/llama/532531242_1263522274894680_7977300346885266196_n.jpg b/examples/llama/532531242_1263522274894680_7977300346885266196_n.jpg deleted file mode 100644 index b08ad0beb0d3176b64fa8eea69de50026f7ef9a1..0000000000000000000000000000000000000000 --- a/examples/llama/532531242_1263522274894680_7977300346885266196_n.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:35f4e2081af140777ff71503a14d24522bbe59de3f9ccb4ccdd6fa1d41fc0552 -size 3636302 diff --git a/examples/museum/00028.jpg b/examples/museum/00028.jpg deleted file mode 100644 index cffb57f6d1ed553b055617ac65f08e794c4b82a0..0000000000000000000000000000000000000000 --- a/examples/museum/00028.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:21ece45312fa5fd519b87d3008a51628b92bf09ffab36d8f2502eb39176df743 -size 674259 diff --git a/examples/museum/00029.jpg b/examples/museum/00029.jpg deleted file mode 100644 index 11f2831133609bd4a74499f359513a133916172d..0000000000000000000000000000000000000000 --- a/examples/museum/00029.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e73811433866dc010c126719396429a151270a7ec0cded797a54120f115b3582 -size 643434 diff --git a/examples/museum/00027.jpg b/examples/panda_wildwest/panda_orange_cat_wildwest.jpeg similarity index 81% rename from examples/museum/00027.jpg rename to examples/panda_wildwest/panda_orange_cat_wildwest.jpeg index 72cf086219601609dea71947f0e88d762c6692bb..fc33b7880d10e1d04c97a02d82def4fc0cb36b0b 100644 --- a/examples/museum/00027.jpg +++ b/examples/panda_wildwest/panda_orange_cat_wildwest.jpeg @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:87596ce4acb9069f15e13091002bca0f1cba47617d8f5d5c8f210221a904d50d -size 652223 +oid sha256:909fd5cc7f0be2d823e76e9ece7ac0bc6b7d2dbb58c82214701edfbb2256b3ce +size 472387 diff --git a/examples/scenic_mono/533229144_768752402788769_5743558040836355722_n.jpg b/examples/scenic_mono/533229144_768752402788769_5743558040836355722_n.jpg deleted file mode 100644 index df91421e1e6aa57bc1eb66c7366e7c837336068e..0000000000000000000000000000000000000000 --- a/examples/scenic_mono/533229144_768752402788769_5743558040836355722_n.jpg +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b09482a2b7e18d272205988732aa1ec7d74c26f7d523961457ae05edc3909bbb -size 274384 diff --git a/mapanything/utils/hf_utils/css_and_html.py b/mapanything/utils/hf_utils/css_and_html.py index e395c516004b1a0a678cc5f13c5f0e09f719bbc4..c9c197cb1d7292c31d36da7c4903603fa7515a74 100644 --- a/mapanything/utils/hf_utils/css_and_html.py +++ b/mapanything/utils/hf_utils/css_and_html.py @@ -124,7 +124,7 @@ def get_description_html(): return """

Upload a video or a set of images to create a 3D reconstruction of a scene or object. MapAnything takes these images and generates 3D point clouds directly from multi-view images.

-

This demo demonstrates the image input configuration only. For other input configuration, please check out the code in our Github repo.

+

This demo demonstrates the image input configuration only. For trying out additional inputs like cameras and depth, please check out the code in our Github repo.

Getting Started:

    @@ -133,15 +133,17 @@ def get_description_html():
  1. Reconstruct: Click the "Reconstruct" button to start the 3D reconstruction process.
  2. Visualize: The 3D reconstruction will appear in the viewer on the right. You can rotate, pan, and zoom to explore the model, and download the GLB file. Note the visualization of 3D points may be slow for a large number of input images.
  3. - Adjust Visualization (Optional): - After reconstruction, you can fine-tune the visualization using the options below + Adjust Reconstruction & Visualization (Optional): + You can fine-tune the visualization using the options below the viewer
    (click to expand):
      -
    • Confidence Threshold: Adjust the filtering of depth/normals based on confidence.
    • -
    • Show Points from Frame: Select specific frames to display in the point cloud.
    • Show Camera: Toggle the display of estimated camera positions.
    • -
    • Filter Sky / Filter Black Background: Remove sky or black-background points.
    • +
    • Show Mesh: Use meshes for the prediction visualization.
    • +
    • Show Points from Frame: Select specific frames to display in the viewer.
    • +
    • Filter Black Background: Remove black background pixels.
    • +
    • Filter White Background: Remove white background pixels.
    • +