Releases: parkchamchi/DepthViewer
Releases · parkchamchi/DepthViewer
v0.10.0-beta.2
By request:
MeshHor
andMeshVer
in the min-max menu- cmd:
worldtextplane.deactivate
- cmd:
set_video_speed
v0.10.0-beta.1
- Migrated to Sentis From Barracuda v3.0. Now supports MiDaS v3+ and Depth-Anything models without ORT.
- Unity editor version change:
2022.3.18f1
from2021.3.10f1
- Highly unstable.
v0.9.1
initcmd.txt
reading on start. Try:
set_ort_gpu_provider CUDA
load_model <path>/dpt_hybrid_384.onnx true
to load the model on start.
- Commands:
set_camera_bg
,enqcmd
,enqcmd_after
,select_file
, set_zmq_timeout
,set_zmq_fail_tol
, ...- PFM
.depthviewer
reading - Removed the flickering on the loop point
- World space text plane to show parameters. Manipulate it with keypad / * - +. (Disappears when the UI is hidden)
mesh2con
: moves the mesh to the motion controller. Highly experimental. SetCamDistL
=0 and changeMeshOffZ
.depth.py
:-r mari
,-r dany
,-r danyort
From v0.9.1-beta.6
sshow
for automatic scrolling
v0.9.1-beta.6
New param: MeshOffZ
. Independent from CamDist
and thus also from ScaleR
and ProjRatio
. For mesh2con
. Manipulate with the plane on the left. (#13)
v0.9.1-beta.5
- World space text plane to show parameters. Manipulate it with keypad
/ * - +
. (Disappears when the UI is hidden) - Test command
mesh2con
: moves the mesh to the motion controller. Highly experimental. The existing parameters, which are fit for the fixed-camera environment, would act weird. - Also the keypad enter moves the overlay level UI to the world space, which is not useful since the controller cannot click the buttons. Thus this is to be removed in the next build.
v0.9.1-beta.4
marirunner.py
for Marigold Depth Estimation (see #9). HaveMarigold/
underdepthpy/
and runpython depth.py -r mari -t Bingxin/Marigold --optimize
.- ZMQ parameter setting commands:
set_zmq_timeout
,set_zmq_fail_tol
. - The Unity program checks
depth_map_type
in the metadata of.depthviewer
. enqcmd_after
for delayed cmd queueing -- replacesleep 5000 \n zmq_id 5556
withenqcmd_after "zmq_id 5556" 5000
.
v0.9.1-beta.3
- Now using
Pause()
notStop()
to avoid the flickering on the video loop points. To use the former behavior use the commandforce_stop_on_loop true
. Insofar as I know there should no side effects by this change. (#8)
v0.9.1-beta.2
depth.py
:--nostrict
for loose model checking- Unity side:
set_camera_bg
,enqcmd
,select_file
and better command-line args processing - PFM
.depthviewer
support
v0.7.10-skybox.3
This is a continuation of an old version. The latest version is v0.9.1-beta.1
.
By request: added set_camera_bg
command. (along with initcmd.txt
reading)
v0.9.1-beta.1
Now reads initcmds.txt
on startup
Try:
set_ort_gpu_provider CUDA
load_model <path>/dpt_hybrid_384.onnx true
or
start_process python*<path>/ffpymq.py*--optimize
sleep 5000
zmq_id 5556