Giter Site home page Giter Site logo

saras-net's Issues

Why the count of parameters and flops differ from that shown in the paper?

image

Here are my codes.

model = Change_detection()
input1 = torch.rand((1, 3, 256, 256))
input2 = torch.rand((1, 3, 256, 256))
from fvcore.nn import FlopCountAnalysis, flop_count_table
model.eval()
flops = FlopCountAnalysis(model, (input1, input2))
print(flop_count_table(flops))

image

Thank you for help.

Weights of DSFIN dataset?

Hello,

Thank you for sharing your code.

Can you share the weights of the DSFIN dataset?

Thanks in advance.

BasePath、DataPath、SavePath meaning

hi, i change my own training dataset name, but i got error as follows:

AttributeError: 'Dataset' object has no attribute 'img_pth'

my setting is like this :

BASE_PATH ='/data/chengxi.han/Sigma122/SARAS-Net' (Project location )
DATA_PATH ='/data/chengxi.han/data/LEVIR-CD-Dataset256' (Data location )
SAVE_PATH ='/data/chengxi.han/Sigma122/SARAS-Net/Results/LEVIR' (Project location )

hope for your reply, many thanks.

visualization by Gradcam

Thank you for open-sourcing the code, but I didn't find the code for visualization by Gradcam in the code, can you post it? thank you very much

關於多類別數據集的訓練和測試

你好作者,首先感謝您的貢獻。我想問一下這個模型可以訓練多類別的數據集嗎,不是只有change和unchange兩個類別,我將變化的類別分爲”從沙漠到河流“→1、”從沙漠到建築“→2,等等。用SARAS模型怎麽修改呢,期待您的回復

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.