You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I went through Dr. Liu's repository. I came to the understanding that it utilizes a depth map input image for training but the tflite model in your android app requires only RGB(bitmap) input image. I want to use only RGB input image for my project. I have a few questions
Can you suggest an idea on how to train without using depth map as an input?
Why do you calculate a Laplacian of the bitmap before passing it to the tflite model? I understand it is for detecting edges. I am very interested in your line of thinking for it.
I thank you for your code as it gave me a lot of insights to make a mobile app. I appreciate your reply.
The text was updated successfully, but these errors were encountered:
I went through Dr. Liu's repository. I came to the understanding that it utilizes a depth map input image for training but the tflite model in your android app requires only RGB(bitmap) input image. I want to use only RGB input image for my project. I have a few questions
I thank you for your code as it gave me a lot of insights to make a mobile app. I appreciate your reply.
The text was updated successfully, but these errors were encountered: