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
What do you think about sharing this dataset sample on kaggle?
I'm asking this because the amount of data related to thermography for photovoltaic systems is very scarce. I'm trying to compile a list of the best fonts on Kaggle and I've even created masks for this dataset using your software grid annotation tool 2, publishing it on kaggle.
I think the files could be the thermographic images (single and double row), RGB images, camera calibration files and masks highlighting the modules in both types of images (thermograms and RGB). The structure could be as follows:
What do you think about sharing this dataset sample on kaggle?
I'm asking this because the amount of data related to thermography for photovoltaic systems is very scarce. I'm trying to compile a list of the best fonts on Kaggle and I've even created masks for this dataset using your software grid annotation tool 2, publishing it on kaggle.
I think the files could be the thermographic images (single and double row), RGB images, camera calibration files and masks highlighting the modules in both types of images (thermograms and RGB). The structure could be as follows:
images
|__ thermal
| |__ single_rows
| | |__ image_1.jpg
| | |__ image_2.jpg
| | .
| | .
| |__ double_rows
| |__ image_1.jpg
| |__ image_2.jpg
| .
| .
|__ optical
|__ double_rows
|__ image_1.jpg
|__ image_2.jpg
.
.
annnotations
|__ thermal
| |__ single_rows
| | |__ image_1.json
| | |__ image_2.json
| | .
| | .
| |__ double_rows
| |__ image_1.json
| |__ image_2.json
| .
| .
|__ optical
|__ double_rows
|__ image_1.json
|__ image_2.json
.
.
calibration_files
|__ thermal
|__ optical
The text was updated successfully, but these errors were encountered: