Coder Social home page Coder Social logo

seanet_torch's People

Contributors

long123524 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

seanet_torch's Issues

Pre trained weights

Hello,
I can not access the pretrained weights through the current link.
can you provide an alternative link for international people, please.

后处理问题

有两个问题想请教一下
1、预测的第二个输出是[6,1,256,256] 怎么获取边缘的输出
2、预测的mask还是存在地块的粘连,怎么通过后处理获取最终的地块矢量呢 谢谢

图片无法识别

你好,我在训练的时候总是出现图片无法识别的问题,请问这是什么原因呀,我用的是GF2的4波段tif数据。

Snipaste_2024-04-15_17-09-24

RuntimeError: Expected 3D (unbatched) or 4D (batched) input to conv2d, but got input of size: [2, 8, 3, 512, 512]

Dear authors,

I trivially copied the file and instantiated the model as:

torch_device = torch.device('cuda' if torch.cuda.is_available() else 'cpu')
print('Using device:', torch_device)
model = SEANet(num_classes=1)  # the same error with a different num_classes
print(summary(model, (8, 3, 512, 512)))  # the same error with a different batch_size

I got this error:

    343 def forward(self, x):
    344     # VGG
    345     img_H, img_W = x.shape[2], x.shape[3]
-> 347     conv1_1 = self.activ(self.conv1_1(x))

RuntimeError: Expected 3D (unbatched) or 4D (batched) input to conv2d, but got input of size: [2, 8, 3, 512, 512]

Could you help me?

Many thanks for your excellent work.

D

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.