Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Train the Panorama #199

Open
hcscysh opened this issue Nov 8, 2024 · 0 comments
Open

Train the Panorama #199

hcscysh opened this issue Nov 8, 2024 · 0 comments

Comments

@hcscysh
Copy link

hcscysh commented Nov 8, 2024

When I use the network to train the 360monodepth database, the result is very poor. In the code, I only replace the data, and read the depth map.
The original code is as following:
depth_fd = h5py.File(depth_path, "r")
distance_meters = np.array(depth_fd['dataset'])
depth = hypersim_distance_to_depth(distance_meters)
I modity the code as following:
depth = (cv2.imread(depth_path, cv2.CV_16UC1)) / 255.0
0b76462681fc49849b4588f80fb9cfcf_rgb
0b76462681fc49849b4588f80fb9cfcf_rgb

@hcscysh hcscysh closed this as completed Nov 8, 2024
@hcscysh hcscysh reopened this Nov 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant