mirror of
https://github.com/sbrl/research-rainfallradar
synced 2024-11-22 09:13:01 +00:00
layout
This commit is contained in:
parent
7933564c66
commit
ae53130e66
1 changed files with 0 additions and 3 deletions
|
@ -3,16 +3,13 @@ import math
|
|||
import json
|
||||
|
||||
from loguru import logger
|
||||
|
||||
import tensorflow as tf
|
||||
|
||||
from lib.dataset.read_metadata import read_metadata
|
||||
|
||||
from ..io.readfile import readfile
|
||||
from .shuffle import shuffle
|
||||
|
||||
|
||||
|
||||
# TO PARSE:
|
||||
def parse_item(metadata, shape_water_desired, water_threshold=0.1):
|
||||
water_width_source, water_height_source, _water_channels_source = metadata["waterdepth"]
|
||||
|
|
Loading…
Reference in a new issue