Our largest-ever CodeSLAM with @CodeStreamStudios was a hit! 🎉 96 scholars from 10 schools, one action-packed web development & automation day. 🖥️
Congrats to our winners:
🏆 Mustard team - Uplift Wisdom HS
🏆 May team - Uplift Ascend HS
#CodeSLAM2024#FutureCoders#EdTech
How can we infer 3D-consistent poses and dense geometry in real-time given only RGB images?
𝗖𝗢𝗠𝗢 decodes dense geometry from a compact and optimizable set of 3D anchor points to enforce 3D consistency.
Project page: edexheim.github.io/como/
Work with @AjdDavison
1/n
We were inspired by the great work from @AjdDavison lab regarding dense monocular SLAM: CodeSLAM by @MichaelBloesch et al., DeepFactors by @czarnowskij et al., and the seminal DTAM by @rapideRobot et al. CodeSLAM and DeepFactors use single images to predict basis depth maps. 9/n
wp_credits_section_title()
Thank you to all who make #WordPress 💝
—
Today's the final code poem because it's the last day of April, and April is National Poetry Month!
This April, I tweeted a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
WP_Dependencies::query()
registered
scripts
enqueued
queue
to_do
to_print
done
printed
false.
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
esc_attr() because I want to keep text safe. The characters are all special to me. 🤗
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
register_rest_field(). I REST my case: Code Is Poetry.
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
load_textdomain() — Always return true; to yourself.
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
get_post_ancestors() turned out to have serious Blade Runner vibes.
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
🚫👃🚫
send_nosniff_header()
--------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
I do love shortcode_atts().
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
do_blocks().
May the wpautop() filter be restored.
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
WordPress, not Wordpress!
Today's function is a classic: capital_P_dangit()
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
get_current_network_id() is #1. If you're not on multisite. Otherwise, it's absolute value of the current network ID…if that's set. Otherwise, it's get_main_network_id().
----
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
the_content(), as requested by @adriantobey…because of `$strip_teaser`? We'll never know (it's an optional parameter) 🙃
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
current_filter() is the end() of the "$wp_current_filter" global as we know it.
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
seems_utf8() is a good #WordPress function. It's a bit dense in the middle, it turns out :-)
----------
April is National Poetry Month!
This April, I will be tweeting a #WordPress function #CodeSlam every work day because #CodeIsPoetry.
まだ調べきれてないんだけど、従来のSLAMにDeepを組み合わせてDenseにやろうする流れ(DeepTAMやCodeSLAM)と、DeepによるDepth推定からego-motionの推定に入った流れ(sfm-learnerやdepth from videos in the wild)があって、それぞれがほぼ同じものを出力するのに、お互いではほとんど参照してない