Skip to content

Commit 3812d96

Browse files
committed
add testdata
1 parent 288ddf4 commit 3812d96

14 files changed

+1
-138801
lines changed

.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
/colortransfer.egg-info/
77
/ColorTransferLib.egg-info/
88
/dist/
9-
/testdata/
109
__pycache__/
1110
**.pyc
1211
.DS_Store

test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_all_CT_all_datatypes(out_path):
5858
ref_vv = VolumetricVideo(folder_path='testdata/volumetricvideos/$volumetric$human', file_name='human')
5959
ref_im = Image(file_path='testdata/images/The_Scream.png')
6060
ref_vd = Video(file_path='testdata/videos/test_vid_00.mp4')
61-
ref_pc = Mesh(file_path='testdata/pointclouds/Azurit.ply', datatype="PointCloud")
61+
ref_pc = Mesh(file_path='testdata/pointclouds/Orange.ply', datatype="PointCloud")
6262
ref_me = Mesh(file_path='testdata/meshes/$mesh$Apple/Apple.obj', datatype="Mesh")
6363

6464
src_dict = {
267 KB
Loading

testdata/eval_test/Mona_Lisa.png

293 KB
Loading

testdata/eval_test/The_Scream.png

347 KB
Loading

testdata/images/Mona_Lisa.png

293 KB
Loading

testdata/images/The_Scream.png

347 KB
Loading

testdata/lightfields/amethyst.mp4

-1.69 MB
Binary file not shown.

testdata/lightfields/legolow.mp4

-112 KB
Binary file not shown.
28.7 KB
Binary file not shown.

testdata/pointclouds/Azurit.ply

-18.7 MB
Binary file not shown.

testdata/pointclouds/Statue_Lion.ply

-138,799
This file was deleted.

testdata/pointclouds/Violin.ply

-26.4 MB
Binary file not shown.

testdata/videos/test_vid_00.mp4

47.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)