HiMODE (Code will be released soon..)
pip install -r requirements.txt
First clone our repo:
git clone https://github.com/himode5008/HiMODE.git
cd HiMODE
Download the HiMODE weight HiMODE Weight and create a model folder:
then put the HiMODE_trained.pkl
into model folder.
Result folder has contained a any.jpg
RGB image as an example.
If you want to test your own image, please put your own images into Result folder, Then, run this himode.py file:
python himode.py
After that, the results will be show in this Result folder!
- Here is the example of some GRAYSCALE images
- Here is the example of some COLORFUL images
The Restuls are consisted of Both.jpg
, Depth.jpg
, and Lout.npy
.
- Here
Both.jpg
is the input and output depth image.
Depth.jpg
is the depth map.
Lout.npy
is the data of input and output value.