inference stats
This commit is contained in:
parent
82c260e420
commit
dce8cdb2ff
@ -97,7 +97,7 @@ export default {
|
|||||||
this.duplicated_frame = seqData.retry_duplication_pose;
|
this.duplicated_frame = seqData.retry_duplication_pose;
|
||||||
this.error_frame = seqData.retry_no_pts_pose;
|
this.error_frame = seqData.retry_no_pts_pose;
|
||||||
|
|
||||||
//this.model_pts = seqData.model_pts;
|
this.model_pts = seqData.model_pts;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
@ -205,8 +205,9 @@ export default {
|
|||||||
geometry.setAttribute('position', new THREE.BufferAttribute(vertices, 3));
|
geometry.setAttribute('position', new THREE.BufferAttribute(vertices, 3));
|
||||||
|
|
||||||
const material = new THREE.PointsMaterial({
|
const material = new THREE.PointsMaterial({
|
||||||
size: 0.005,
|
size: 0.002,
|
||||||
color: color,
|
color: color,
|
||||||
|
sizeAttenuation: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
return new THREE.Points(geometry, material);
|
return new THREE.Points(geometry, material);
|
||||||
|
@ -171,8 +171,9 @@ export default {
|
|||||||
geometry.setAttribute('position', new THREE.BufferAttribute(vertices, 3));
|
geometry.setAttribute('position', new THREE.BufferAttribute(vertices, 3));
|
||||||
|
|
||||||
const material = new THREE.PointsMaterial({
|
const material = new THREE.PointsMaterial({
|
||||||
size: 0.005,
|
size: 0.002,
|
||||||
color: color,
|
color: color,
|
||||||
|
sizeAttenuation: true,
|
||||||
});
|
});
|
||||||
|
|
||||||
return new THREE.Points(geometry, material);
|
return new THREE.Points(geometry, material);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user