Hi,
I directly trained the model to match images from two views (satellite -> drone) through the 'train.py', but the accuracy remained extremely low (from 0.0000 to 0.0060), and didn't grow with epoch increases.
I changed some of the parameters for training on my computer, the changes are as follow:
batchsize = 2
num_workers = 0
inputs2, labels2 are from the 'drone' directory
LPN = True
I wonder how I could achieve the accuracy. Are there any preparations upon the dataset needed before training? Thank you very much for your help!
Zhaoxiang
Hi,
I directly trained the model to match images from two views (satellite -> drone) through the 'train.py', but the accuracy remained extremely low (from 0.0000 to 0.0060), and didn't grow with epoch increases.
I changed some of the parameters for training on my computer, the changes are as follow:
batchsize = 2
num_workers = 0
inputs2, labels2 are from the 'drone' directory
LPN = True
I wonder how I could achieve the accuracy. Are there any preparations upon the dataset needed before training? Thank you very much for your help!
Zhaoxiang