Skip to content

Commit

Permalink
fix colmap scenes
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftan969 committed Apr 16, 2024
1 parent 3c7a0b0 commit c36627a
Show file tree
Hide file tree
Showing 117 changed files with 469 additions and 469 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s01_r08_ImageDensity_A01_iPad_LTS_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s01_r08_ImageDensity_A01_iPad_LTS_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s02_r08_ImageDensity_A01_iPad_LTS_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s02_r08_ImageDensity_A01_iPad_LTS_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s03_r08_ImageDensity_A01_iPad_LTS_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s03_r08_ImageDensity_A01_iPad_LTS_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s04_r08_ImageDensity_A01_iPad_LTS_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s04_r08_ImageDensity_A01_iPad_LTS_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s05_r08_ImageDensity_A01_iPad_LTS_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s05_r08_ImageDensity_A01_iPad_LTS_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s06_r08_ImageDensity_A01_iPad_LTS_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s06_r08_ImageDensity_A01_iPad_LTS_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s07_r08_ImageDensity_A01_iPad_LTS_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s07_r08_ImageDensity_A01_iPad_LTS_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s08_r08_ImageDensity_A01_iPad_LTS_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s08_r08_ImageDensity_A01_iPad_LTS_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s00_r05_ImageDensity_A01_GoPro_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s00_r05_ImageDensity_A01_GoPro_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s01_r05_ImageDensity_A01_GoPro_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s01_r05_ImageDensity_A01_GoPro_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s02_r05_ImageDensity_A01_GoPro_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s02_r05_ImageDensity_A01_GoPro_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s03_r05_ImageDensity_A01_GoPro_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s03_r05_ImageDensity_A01_GoPro_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s04_r05_ImageDensity_A01_GoPro_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s04_r05_ImageDensity_A01_GoPro_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,12 @@ function init() {
// perspective camera
// perspectiveCamera.position.x = 0;
// perspectiveCamera.position.y = 100;
perspectiveCamera.position.z = 20;
// perspectiveCamera.lookAt(0, -1, 0);
perspectiveCamera.position.z = -20;
perspectiveCamera.lookAt(0, 1, 0);


// Load point cloud
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/points3D.ply';
var ply_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s05_r05_ImageDensity_A01_GoPro_30k/sparse/points3D.ply';
const plyLoader = new PLYLoader(manager);

plyLoader.load( ply_fileName, function ( geometry ) {
Expand All @@ -164,7 +164,7 @@ function init() {
} );

// Load COLMAP data
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v01_s00_r08_ImageDensity_A01_iPad_LTS/sparse/images.txt';
const colmap_fileName = 'https://huggingface.co/jefftan969/3dgs-splats/resolve/master/transdet-t01_v02_s05_r05_ImageDensity_A01_GoPro_30k/sparse/images.txt';

const fileLoader = new THREE.FileLoader(manager);
fileLoader.load( colmap_fileName, function ( fileContent ) {
Expand Down
Loading

0 comments on commit c36627a

Please sign in to comment.