xinwucwp / faultSeg

Using synthetic datasets to train an end-to-end CNN for 3D fault segmentation (We are working on an improved version!)
206 stars 130 forks source link

Prediction in new dataset with different dimensions #19

Closed kasyful closed 4 months ago

kasyful commented 6 months ago

Dear Dr @xinwucwp and Dr @llmpass ,

Thank you for the excellent publication.

How can I apply the data to a new dataset? I have no issue when applying it to the datasets that have the same dimensions (512,384,128) , how could i apply to a new dataset with different dimensions ie (800, 1600, 512) which could be divide by 8.

thank you

llmpass commented 6 months ago

This model is fully-connected CNN, have you tried to just apply the pretrained model directly on your data?