diff --git a/360monodepth b/360monodepth
index ae9bee5325ffcdce9d9b8659017177c35d561564..5c053f2285466cb884d148dc54489ec654327668 160000
--- a/360monodepth
+++ b/360monodepth
@@ -1 +1 @@
-Subproject commit ae9bee5325ffcdce9d9b8659017177c35d561564
+Subproject commit 5c053f2285466cb884d148dc54489ec654327668
diff --git a/scripts/combined.bat b/scripts/combined.bat
index 5af490332be553698f037287a9d7d4c0f7e31eaa..a65e30d148239e009d91a28aca4a7e49af7237a6 100644
--- a/scripts/combined.bat
+++ b/scripts/combined.bat
@@ -19,6 +19,14 @@ for /f "tokens=1,2 delims==" %%a in (config.ini) do (
 :: Directory structure
 set scriptDir=%~dp0
 set workingDir=%scriptDir%..
+
+:: Ensure no leftover files from previous runs
+if exist "%workingDir%\edgenet-360\Data\Input" rmdir /s /q "%workingDir%\edgenet-360\Data\Input"
+if exist "%workingDir%\edgenet-360\Output" rmdir /s /q "%workingDir%\edgenet-360\Output"
+if exist "%workingDir%\Dynamic-Backward-Attention-Transformer\cubemap_faces" rmdir /s /q "%workingDir%\Dynamic-Backward-Attention-Transformer\cubemap_faces"
+if exist "%workingDir%\scripts\360monodepthexecution\rgb.jpg" del "%workingDir%\scripts\360monodepthexecution\rgb.jpg"
+
+:: Continue Directory structure
 set monoDepthDir=%workingDir%\scripts\360monodepthexecution
 set outputDir=%workingDir%\edgenet-360\Output
 set materialRecogDir=%workingDir%\Dynamic-Backward-Attention-Transformer
@@ -41,11 +49,7 @@ if not exist "%checkpointFile%" (
     echo Please ensure the checkpoint file is in the correct location.
     exit /b 1
 )
-:: Ensure no leftover files from previous runs
-if exist "%edgeNetDir%\Input" rmdir /s /q "%edgeNetDir%\Input\*"
-if exist "%outputDir%" rmdir "%outputDir%"
-if exist "%materialRecogDir%\cubemap_faces" rmdir /s /q "%materialRecogDir%\cubemap_faces\*"
-if exist "%monoDepthDir%\rgb.jpg" del "%monoDepthDir%\rgb.jpg"
+
 
 :: Shift the image if the option is selected
 if /I "%shiftImage%"=="y" (
diff --git a/scripts/shifted_t.png b/scripts/shifted_t.png
deleted file mode 100644
index a84b447b97de65c943d93482cdd7e2f52b27417c..0000000000000000000000000000000000000000
Binary files a/scripts/shifted_t.png and /dev/null differ