Open zmj876902008 opened 3 years ago
In order to skip the default preprocessing method of resizing and random cropping, you can use --preprocess none
option.
In order to skip the default preprocessing method of resizing and random cropping, you can use
--preprocess none
option.
Hi, thanks for sharing this useful open source. I met a problem when setting --preprocess none
. Any suggestions to this?
/usr/local/lib/python3.7/dist-packages/visdom/init.py:366: VisibleDeprecationWarning: Creating an ndarray from ragged nested sequences (which is a list-or-tuple of lists-or-tuples-or ndarrays with different lengths or shapes) is deprecated. If you meant to do this, you must specify 'dtype=object' when creating the ndarray.
return np.array(a)
Traceback (most recent call last):
File "train.py", line 55, in
Hello, I want to ask how to keep the input and output size of image unchanged. I need to input a 480 * 640 image set for training and testing. Looking forward to your reply soon!