Alexandra-Gabriela Laicu-Hausberger

Results 9 comments of Alexandra-Gabriela Laicu-Hausberger

I think it is because in the basic_files.json, my positions look like this: [0, 0, 0, 0], [1, 0, 0, 1], [2, 0, 0, 2] ... Why are the middle...

Ok, here is an update. I have managed to change the positions from the basic_files.json with this script: ``` import os import json dataset_path = "/home/diogene/Documents/Alexandra/SGDepth-master/Dataset/a2d2" DP = "/home/diogene/Documents/Alexandra/SGDepth-master/Dataset/a2d2/{}/label/cam_front_center" number_files...

Hello! Thank you for your response. So, I managed to start the training process. Turns out that the last error was related to the K matrix's dimension. Mine was 3x3...

Hello! Thanks for the detailed explanation. It indeed helped me. However, I did not recreated the gt images, but I added this line of code instead, above the line that...

Hello, As far as I can tell, the images are stored and loaded correctly, I really do not know what the problem might be. A good idea is to try...

Yes, mine was also 4x4 because I padded it with 0,0,01, both on the last row and the last column. I get from your comments in the code that the...

Ok, great, all clear now. It was a bit confusing because in the project there was this: ![image](https://user-images.githubusercontent.com/34925696/111477589-ee8b7500-8737-11eb-8a1b-a610a151f1e6.jpeg) And then in the previous comment you mentioned that the values come...

Hello! Thank you very much for your response and explanation. I'll try using your advice and if/when I have a working version I'll be more than happy to let you...

Hello! Can you please tell me what the basic_files.json is and how do I generate it for the PASCAL dataset? I believe this is used for the training of the...