Skip to content

Deep Network for Discontinuity Detection in SHARAD Radargram of MARS

Notifications You must be signed in to change notification settings

sharadgupta27/DeepMARS

Repository files navigation

DeepMARS

CNN Model for Discontinuity Detection in SHARAD Radargram of MARS.

Usage:

  1. Install the required packages using "requirements.txt" file.

    pip install -r requirements.txt

  2. Keep the test and training images in the data folder.

  3. Due to size issue in github, the model has not been provided with the repository. Please download the trained model from this link. Keep the downloaded model in the home directory i.e. the code directory.

  4. If training is required on your data set, change "training=True" in the line 139 of DeepMARS.py code.

    def __init__(self, img_rows=256, img_cols=256, training=False, log_dir="./tensorboard_net"):

  5. The results of the test data are available in /results/image/ folder.

Feel free to contact Sharad Kumar Gupta ([email protected]) or Vanshika Gupta ([email protected]) in case of queries.

About

Deep Network for Discontinuity Detection in SHARAD Radargram of MARS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages