ALOU DIAKITE
ALOU DIAKITE
Hi, no matter how I change the input image the output image is still the same.
Hi, does anyone has a written code on how to remove certain labels from gt file? I have seen this: set_zeros(gt_IN, [1,4,7,9,13,15,16]) in SSRN but the function is not defined....
Hi, I would like to get the parameters used for the KSC and Indian Pines datasets if possible.
how to modify the following code for Indian Pines? because Pavia University dataset has 9 class and Indian Pines 16. w=2 num_PC=1 israndom=True randtime = 1 OASpectral_IP = np.zeros((9+2,randtime)) s1s2=1...
Hello Sir, where can we find the seg_func used to set the minimum superpixel sizes? Thanks
Can someone help me? (base) cyf@ubuntu:~/RetinanetTutorial/keras-retinanet$ keras_retinanet/bin/train.py --tensorboard-dir ~/RetinanetTutorial/TrainingOutput --snapshot-path ~/RetinanetTutorial/TrainingOutput/snapshots --random-transform --steps 100 pascal ~/RetinanetTutorial/PlumsVOC Using TensorFlow backend. /home/cyf/anaconda3/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:526: FutureWarning: Passing (type, 1) or '1type' as a synonym of...
Hello, I am using a tensorflow-gpu == 1.13.1 and trying to read the .mat file, but it's throwing this error: Traceback (most recent call last): File "run.py", line 225, in...
Hi, could you please release the implementation code of the network? Thank you
Hi, when I tried to run the dvc run -f command, it is throwing an error: ERROR: `-n|--name` is required. Can you please update these commands?