Remy Mellet

Results 47 comments of Remy Mellet

The library you want is here : https://github.com/jeromegn/Backbone.localStorage (different with https://github.com/robmoorman/backbone-localstorage) add in bower.json dependencies : "backbone.localStorage": null and run "bower update"

Yes, that's would be great :) on my side, I don't know anything about that shader topic!

> This seems unrelated to MiDaS. I believe you might have naming conflict with some file shadowing the MiDaS namespace. See here: https://stackoverflow.com/questions/59502364/modulenotfounderror-no-module-named-xxx-xxx-is-not-a-package Right, this is unrelated with MiDaS. Was...

duplicate https://github.com/isl-org/MiDaS/issues/140

Try to install and use prior version, such as http://www.libqglviewer.com/src/libQGLViewer-2.6.3.tar.gz

Also that README.md is better https://github.com/greatwallet/fastfusion I made it works with Ubuntu 20.04

@Bingoang I doesn't look beautiful neither :'( I used remgb and manually clean the registered color image and later remove depth pixel from clean color image (see python snippet above)

I obtain better result modifying depth (no need to modify the color) using : ``` import cv2 from matplotlib import pyplot as plt img = cv2.imread('../datasets/testdata/depth/04.png', -1) plt.imshow(img, cmap="gray") plt.show()...

One more try with the camera horizontal (`img[img2300] = 256*256-1`) + gimp remove some rectangles. It's look like similar to the quality of the paper. I see 2 ways to...