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

What changes did you make in the skimage code #8

Open
myalos opened this issue Feb 10, 2023 · 21 comments
Open

What changes did you make in the skimage code #8

myalos opened this issue Feb 10, 2023 · 21 comments

Comments

@myalos
Copy link

myalos commented Feb 10, 2023

Thanks for sharing code!
What changes did you make in the skimage code,can you release the changing code and explain why ?

@Cresynia
Copy link

Cresynia commented May 2, 2023

Hello!I met a problem and want to ask if you have ever met it before.I made some changes to the network, and at first it can run successfully,but after several epochs,the problem occur:
0DI RZKTGRG6_0J9~C77Y%B

@myalos
Copy link
Author

myalos commented May 2, 2023

no, pred_depth is generated by _, depth = disp_to_depth(disp, self.opt.min_depth, self.opt.max_depth)
maybe you could check this and then continue to check according to the function call relationship.

@Cresynia
Copy link

Cresynia commented May 2, 2023

OK,thanks!I'll try it.And I want to ask when I haven't make changes to the network,this problem didn't occur, and after I made changes,it occur,can it explain the problem is in the network?

@myalos
Copy link
Author

myalos commented May 2, 2023

yes

@Cresynia
Copy link

Cresynia commented May 2, 2023

OK!

@Cresynia
Copy link

Cresynia commented May 2, 2023

I think maybe I found the reasons, it's the GPU memory problem,I can continue trainig on the previous model.And I want to ask is it normal that the accuracy decrease sharply for the first several epochs after I add network to the original network?

@myalos
Copy link
Author

myalos commented May 2, 2023

i think yes, since it is normal that adding a not compatible network at first.

@Cresynia
Copy link

Cresynia commented May 3, 2023 via email

@Cresynia
Copy link

Cresynia commented May 7, 2023

Hello!I want to ask you some questions about structdepth.I want to use it to be my baseline(without the losses),and I don't know if the result of it is the DSO one in this picture?
image

@Cresynia
Copy link

Cresynia commented May 7, 2023

And when I run structdepth with the pretrained model on the Imagenet, the problems occurred:
image
it didn't change!So strange.At first,I used the P2net's model as the structdepth do as pretrained model, the result is normal,because I want to use the one without structdepth's losses as my baseline,I want to change the pretrained model(use the Imagenet one).Have you ever meet this problems?

@myalos
Copy link
Author

myalos commented May 8, 2023

no, i haven't. i think that maybe training structdepth needs a good depth network at first. That means, if you change the pretrained model, the depth network will be far worse than p2net.

@Cresynia
Copy link

Cresynia commented May 9, 2023 via email

@myalos
Copy link
Author

myalos commented May 9, 2023

I didn't try it. I think it could work.

@Cresynia
Copy link

Cresynia commented May 10, 2023 via email

@myalos
Copy link
Author

myalos commented May 12, 2023

Sorry for late, if "same" refer to accuracy, maybe not the same, since batch size, training set, pretrained model are different. If we don't take these into account, i think they are the same, both use same network structure and training method, both sparse rgb points.

@Cresynia
Copy link

Cresynia commented May 12, 2023 via email

@Cresynia
Copy link

Hello! I want to know how to get the gound truth image of the picture in the NYUv2 dataset, I'm not clear about it, could you give some idea? Thanks!

@myalos
Copy link
Author

myalos commented Sep 23, 2023

This was downloaded a long time ago, it should be in the evaluation section of this website https://github.com/svip-lab/Indoor-SfMLearner

@Cresynia
Copy link

Cresynia commented Sep 23, 2023

Thanks! I'll see it.

@Cresynia
Copy link

Thanks so much !!!!!! I can do it !!! Thanks !!!! 😊

@myalos
Copy link
Author

myalos commented Sep 24, 2023

happy to hear that

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

2 participants