Chattarin
Chattarin
This code is from fid.py line 459-470. elif gen is not None: if not verbose: print(f"compute FID of a model with {dataset_name}-{dataset_res} statistics") score = fid_model(gen, dataset_name, dataset_res, dataset_split, model=feat_model,...
https://github.com/charlesCXK/Depth2HHA-python/blob/6c7c14bd151d927d9ea15639556a83b3b179b75e/utils/rgbd_util.py#L49 According to this line, if yMin is higher than -90, the value will be overwritten with the value -130. Is there any reason about this? I happened to have...
I just wondering if a scene that is in training set can be in testing set as well.