cwcc / README.md
hieupth's picture
Feat: Update code can handle map 2 map (hdr, exterior), add readme for metadata.json format (#5)
6b57b64 verified
|
raw
history blame contribute delete
No virus
327 Bytes
The metadata.json have struct as:
```json
{
"data": [
[{"input_image": [], "groundtruth": []}],
[{"input_image": [], "groundtruth": []}],
...
],
"confuse": [], # list of image path not have rigth format
"false": [], # list of folder path not have right format ex: data_temp\14\1303 Doylin Dr, Cary, NC\ex 22
}
```