Giter VIP home page Giter VIP logo

survid's Introduction

Survid

Enviroment:
Anaconda 3
Python = 3.8
conda install pytorch torchvision torchaudio cudatoolkit=11.3 -c pytorch
NumPy, etc....

The training data, validation data and test data are located in directory:./original_data, ./validate, ./test.
The images are scaled so there are ./scale files. The whole process will use the scaled images to fit the GPU size.

./others stored files for drawing plots and etc.
./model_records stored the history models.
./models stored the final models used for test.
./logs/Cross_records stored the history training data.


For training, run main.py.

There are 2 kinds of input, 3-channel or 6-channel.
The default is 6 channel, if you want to switch to 3-channel:
modify line 46 in main.py: 6->3
modify line 172 in main.py: s->im
modify line 200 in main.py: s->im
modify line 229 in main.py: s->im


For test, run predict.py

The final models for 3 channel and 6 channel are located in ./models.
The default is also 6-channel input, if you want to switch to 3-channel:
modify line 100 in predict.py: snet_tmp6final.pt->snet_tmp3final.pt
modify line 100 in predict.py: 6->3
modify line 146 in predict.py: IF->image

Results 2022-07-20 (3)

survid's People

Contributors

komgyu avatar

Stargazers

 avatar

Watchers

 avatar

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.