Skip to content

Commit

Permalink
clean x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
iszihan committed Mar 18, 2020
1 parent 2f5edda commit a3c1b1f
Show file tree
Hide file tree
Showing 82 changed files with 1,470 additions and 4,597 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@ build
*.swp
dataset/
test-dataset/
test-glob/*.txt
*.png
*.jpg
*.jpeg
100 changes: 0 additions & 100 deletions EVALUATION_HOWTO

This file was deleted.

14 changes: 0 additions & 14 deletions create_test_files_layered.py

This file was deleted.

15 changes: 0 additions & 15 deletions create_test_files_ods.py

This file was deleted.

19 changes: 4 additions & 15 deletions dataset/gen-6dof-data.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
#!/bin/bash

# for f in */;
# do
# fb=${f%/}
# ../build/ReplicaSDK/ReplicaRenderer ./${f}mesh.ply ./${f}textures ./${f}glass.sur $fb.txt y
# done

# for i in {1..3}
# do
# ../build/ReplicaSDK/ReplicaRenderer apartment_1/mesh.ply apartment_1/textures apartment_1/glass.sur short_apartment_1.txt y
# done

#find * -type d -maxdepth 0 | tail -n $(($(ls *txt | wc -l)-3)) | xargs -P 2 -I {} -n 1 ../build/ReplicaSDK/ReplicaRenderer {}/mesh.ply {}/textures {}/glass.sur {}.txt y

find * -type d -maxdepth 0 | xargs -P 3 -I {} -n 1 ../build/ReplicaSDK/ReplicaRenderer {}/mesh.ply {}/textures {}/glass.sur {}_6dof.txt y
outdir=$1
width=$2
height=$3
find * -type d -maxdepth 0 | xargs -P 3 -I {} -n 1 ../build/ReplicaSDK/ReplicaRenderer {}/mesh.ply {}/textures {}/glass.sur ../glob/{}_6dof.txt y $outdir $width $height

19 changes: 4 additions & 15 deletions dataset/gen-data.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,6 @@
#!/bin/bash

# for f in */;
# do
# fb=${f%/}
# ../build/ReplicaSDK/ReplicaRenderer ./${f}mesh.ply ./${f}textures ./${f}glass.sur $fb.txt y
# done

# for i in {1..3}
# do
# ../build/ReplicaSDK/ReplicaRenderer apartment_1/mesh.ply apartment_1/textures apartment_1/glass.sur short_apartment_1.txt y
# done

#find * -type d -maxdepth 0 | tail -n $(($(ls *txt | wc -l)-3)) | xargs -P 2 -I {} -n 1 ../build/ReplicaSDK/ReplicaRenderer {}/mesh.ply {}/textures {}/glass.sur {}.txt y

find * -type d -maxdepth 0 | xargs -P 2 -I {} -n 1 ../build/ReplicaSDK/ReplicaRenderer {}/mesh.ply {}/textures {}/glass.sur {}.txt y
outdir=$1
width=$2
height=$3
find * -type d -maxdepth 0 | xargs -P 2 -I {} -n 1 ../build/ReplicaSDK/ReplicaRenderer {}/mesh.ply {}/textures {}/glass.sur ../glob/{}.txt y $outdir $width $height

18 changes: 4 additions & 14 deletions dataset/gen-perspective-data.sh
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
#!/bin/bash

# for f in */;
# do
# fb=${f%/}
# ../build/ReplicaSDK/ReplicaRenderer ./${f}mesh.ply ./${f}textures ./${f}glass.sur $fb.txt y
# done

# for i in {1..3}
# do
# ../build/ReplicaSDK/ReplicaRenderer apartment_1/mesh.ply apartment_1/textures apartment_1/glass.sur short_apartment_1.txt y
# done

#find * -type d -maxdepth 0 | tail -n $(($(ls *txt | wc -l)-3)) | xargs -P 2 -I {} -n 1 ../build/ReplicaSDK/ReplicaRenderer {}/mesh.ply {}/textures {}/glass.sur {}.txt y

find * -type d -maxdepth 0 | xargs -P 2 -I {} -n 1 ../build/ReplicaSDK/ReplicaRenderer {}/mesh.ply {}/textures {}/glass.sur {}.txt
outdir=$1
width=$2
height=$3
find * -type d -maxdepth 0 | xargs -P 2 -I {} -n 1 ../build/ReplicaSDK/ReplicaRenderer {}/mesh.ply {}/textures {}/glass.sur ../glob/{}.txt n $outdir $width $height

30 changes: 0 additions & 30 deletions downsample.py

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit a3c1b1f

Please sign in to comment.