<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Amna Hafeez</title>
    <description>The latest articles on DEV Community by Amna Hafeez (@amna_hafeez).</description>
    <link>https://dev.to/amna_hafeez</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4004455%2F727b5ef2-1ec8-43ae-8fc2-069192758630.png</url>
      <title>DEV Community: Amna Hafeez</title>
      <link>https://dev.to/amna_hafeez</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/amna_hafeez"/>
    <language>en</language>
    <item>
      <title>What I Learned About 3D Reconstruction in Week 1 of My AI Internship at PreserveMy.World</title>
      <dc:creator>Amna Hafeez</dc:creator>
      <pubDate>Fri, 26 Jun 2026 19:23:40 +0000</pubDate>
      <link>https://dev.to/amna_hafeez/what-i-learned-about-3d-reconstruction-in-week-1-of-my-ai-internship-at-preservemyworld-32fd</link>
      <guid>https://dev.to/amna_hafeez/what-i-learned-about-3d-reconstruction-in-week-1-of-my-ai-internship-at-preservemyworld-32fd</guid>
      <description>&lt;p&gt;This week marked the beginning of my internship at TechRealm x PreserveMy.World — &lt;br&gt;
a nonprofit using AI to preserve cultural heritage sites in 3D. I'm on the Core Tech &lt;br&gt;
track, focused on Platform &amp;amp; Web Engineering.&lt;/p&gt;

&lt;h2&gt;
  
  
  What is PreserveMy.World?
&lt;/h2&gt;

&lt;p&gt;PreserveMy.World is a nonprofit initiative that uses AI and 3D reconstruction to &lt;br&gt;
document and preserve historical sites — starting with Lahore's heritage landmarks &lt;br&gt;
like Badshahi Masjid.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Set Up This Week
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Python, Git, GitHub CLI, and VS Code&lt;/li&gt;
&lt;li&gt;Gemini CLI as my AI coding assistant&lt;/li&gt;
&lt;li&gt;My first GitHub repo: PMW-day1&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  3D Reconstruction Methods I Researched
&lt;/h2&gt;

&lt;p&gt;I compared five methods for reconstructing heritage sites in 3D:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;1. COLMAP (Structure-from-Motion)&lt;/strong&gt;&lt;br&gt;
Takes multiple photos and produces a 3D point cloud. Great starting point for PMW.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;2. NeRF (Neural Radiance Fields)&lt;/strong&gt;&lt;br&gt;
Creates photorealistic 3D scenes from images. Needs a GPU but produces stunning results.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;3. Gaussian Splatting&lt;/strong&gt;&lt;br&gt;
Fast, high-quality 3D rendering — ideal for web platforms like PreserveMy.World.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;4. Monocular Depth Estimation&lt;/strong&gt;&lt;br&gt;
Works from a single image or video. Most practical for field use with limited equipment.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;5. Multi-View Stereo (MVS)&lt;/strong&gt;&lt;br&gt;
Dense reconstruction from multiple calibrated images. Good for building facades.&lt;/p&gt;

&lt;h2&gt;
  
  
  My Python Experiment
&lt;/h2&gt;

&lt;p&gt;I wrote a Python script simulating monocular depth estimation and generated a depth &lt;br&gt;
map output. Small experiment, but it confirmed the pipeline concept works.&lt;/p&gt;

&lt;h2&gt;
  
  
  What Failed
&lt;/h2&gt;

&lt;p&gt;The first attempt at downloading a heritage image in Python returned a 403 error — &lt;br&gt;
so I switched to a simulated depth map instead. Real-world data acquisition will need &lt;br&gt;
proper API access or local images.&lt;/p&gt;

&lt;h2&gt;
  
  
  What's Next
&lt;/h2&gt;

&lt;p&gt;I'll continue researching 3D reconstruction methods, run more experiments, &lt;/p&gt;

&lt;h2&gt;
  
  
  and contribute to the PreserveMy.World platform as the internship progresses.
&lt;/h2&gt;

&lt;p&gt;&lt;em&gt;This post is part of my TechRealm x PreserveMy.World internship journey. &lt;br&gt;
GitHub: &lt;a href="https://github.com/Anfey-SE/PMW-day1" rel="noopener noreferrer"&gt;https://github.com/Anfey-SE/PMW-day1&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

</description>
      <category>python</category>
      <category>ai</category>
      <category>machinelearning</category>
      <category>beginners</category>
    </item>
  </channel>
</rss>
