Skip to content

Releases: parkchamchi/DepthViewer

v0.10.0-beta.2

17 Feb 08:31
Compare
Choose a tag to compare
v0.10.0-beta.2 Pre-release
Pre-release

By request:

  • MeshHor and MeshVer in the min-max menu
  • cmd: worldtextplane.deactivate
  • cmd: set_video_speed

v0.10.0-beta.1

30 Jan 07:59
Compare
Choose a tag to compare
v0.10.0-beta.1 Pre-release
Pre-release
  • Migrated to Sentis From Barracuda v3.0. Now supports MiDaS v3+ and Depth-Anything models without ORT.
  • Unity editor version change: 2022.3.18f1 from 2021.3.10f1
  • Highly unstable.

v0.9.1

29 Jan 13:23
Compare
Choose a tag to compare
  • 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. Set CamDistL=0 and change MeshOffZ.
  • depth.py: -r mari, -r dany, -r danyort

From v0.9.1-beta.6

  • sshow for automatic scrolling

v0.9.1-beta.6

20 Jan 14:50
Compare
Choose a tag to compare
v0.9.1-beta.6 Pre-release
Pre-release

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

19 Jan 15:25
Compare
Choose a tag to compare
v0.9.1-beta.5 Pre-release
Pre-release
  • 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

11 Jan 15:26
Compare
Choose a tag to compare
v0.9.1-beta.4 Pre-release
Pre-release
  • marirunner.py for Marigold Depth Estimation (see #9). Have Marigold/ under depthpy/ and run python 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 -- replace sleep 5000 \n zmq_id 5556 with enqcmd_after "zmq_id 5556" 5000.

v0.9.1-beta.3

29 Dec 14:39
Compare
Choose a tag to compare
v0.9.1-beta.3 Pre-release
Pre-release
  • Now using Pause() not Stop() to avoid the flickering on the video loop points. To use the former behavior use the command force_stop_on_loop true. Insofar as I know there should no side effects by this change. (#8)

v0.9.1-beta.2

26 Nov 13:30
Compare
Choose a tag to compare
v0.9.1-beta.2 Pre-release
Pre-release
  • 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

10 Nov 15:21
Compare
Choose a tag to compare
v0.7.10-skybox.3 Pre-release
Pre-release

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

05 Nov 13:07
Compare
Choose a tag to compare
v0.9.1-beta.1 Pre-release
Pre-release

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