Skip to content

Commit

Permalink
stereo radniss
Browse files Browse the repository at this point in the history
  • Loading branch information
jackmead515 committed Oct 26, 2024
1 parent cbd937c commit e3154ed
Show file tree
Hide file tree
Showing 9 changed files with 10,638 additions and 6 deletions.
3 changes: 3 additions & 0 deletions _blogs/stereographic_depth_estimation_opencv/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
images
videos
calibration.pkl

Large diffs are not rendered by default.

10 changes: 7 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<div class="header__headshot"></div>
<div>
<h1>Jack Mead</h1>
<p>ML Engineer | Data Engineer | Backend Engineer</p>
<p>ML | CV | Data | Backend Engineer</p>
<div class="header__contact">
<a href="https://github.com/jackmead515" target="_blank"><img width="16" height="16" src="images/github.png" alt="github"/></a>
<a href="https://www.linkedin.com/in/jack-mead-687507a2/" target="_blank"><img width="16" height="16" src="images/linkedin.png" alt="github"/></a>
Expand All @@ -26,7 +26,7 @@ <h1>Jack Mead</h1>
</div>
<div>
<p><b>Languages</b>: Python, SQL, Rust, Node.js, Java</p>
<p><b>Libraries</b>: Scikit-Learn, PySpark, OpenCV, Tensorflow, Dask</p>
<p><b>Libraries</b>: Scikit-Learn, PySpark, OpenCV, Pytorch, Dask</p>
<p><b>Frameworks</b>: Kafka, Postgres, MongoDB, Databricks, Kubernetes, AWS</p>
</div>
</div>
Expand Down Expand Up @@ -89,13 +89,17 @@ <h2>Projects</h2>
projects you find interesting.
</p>
<div class="notebooks">
<a class="notebook" href="notebooks/stereographic_depth_estimation_opencv.html">
<h4>Underwater Stereographic Depth Estimation with OpenCV</h4>
<span><img src="images/new.gif"/>2024-10-25</span>
</a>
<a class="notebook" href="https://ainascan.com/blogs/semantic-segmentation.html" target="_blank">
<h4>Ainascan - Tile-Based Semantic Segmentation of Coffee Leaves</h4>
<span><img src="images/new.gif"/>2024-10-17</span>
</a>
<a class="notebook" href="https://ainascan.com/blogs/instance-segmentation.html" target="_blank">
<h4>Ainascan - Instance Segmentation with Mask R-CNN on Coffee Leaves</h4>
<span><img src="images/new.gif"/>2024-10-09</span>
<span>2024-10-09</span>
</a>
<a class="notebook" href="notebooks/auto_farm_time_series.html">
<h4>AutoFarm - Exploration of Timeseries Models</h4>
Expand Down
Loading

0 comments on commit e3154ed

Please sign in to comment.