ethz-asl / background_foreground_segmentation

12 stars 2 forks source link

Created function to dump and load hive validation dataset #13

Closed renezurbruegg closed 3 years ago

renezurbruegg commented 3 years ago

Pull request that Closes #12 .

The validation set along with some metadata (timestamps, camera) are dumped into a .h5 file and then downloaded from google drive. I created two notebooks to show how to use it.

@hermannsblum The raw .h5 file is uploaded to google drive and currently accessible to everyone with the link (i think otherwise i can't download it programmatically?). Is this ok? Or should i make it private?

renezurbruegg commented 3 years ago

Uploaded the code to dump and load the CLA training dataset. The notebook "notebooks/PlotCla.ipynb " shows how to use it.

Will need to upload the download path, once the .h5 file is on drive

renezurbruegg commented 3 years ago

@hermannsblum file is uploaded, should be working now

hermannsblum commented 3 years ago

@renezurbruegg I just tried to resolve the conflict in dataLoader myself but I really lack overview over that code :D Can you have a quick look? Seems like there are copy-pasted changes both in main and this branch here that git cannot resolve properly.

renezurbruegg commented 3 years ago

@renezurbruegg I just tried to resolve the conflict in dataLoader myself but I really lack overview over that code :D Can you have a quick look? Seems like there are copy-pasted changes both in main and this branch here that git cannot resolve properly.

Merged the main branch, should be fine now. Will probably have some similar issues with the other pull requests, will merge main into them asap.

hermannsblum commented 3 years ago

perfect, Thanks!