Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
csaybar authored Jun 23, 2024
1 parent 29d27ab commit 962c8b8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,6 @@ weights_folder = pathlib.Path("weights/")
embedding_weights = torch.load(weights_folder / "spectral_embedding.pt")
cloudmask_weights = torch.load(weights_folder / "cloudmask_weights.pt")

# Load a sample image
with open(weights_folder / "demo.pkl", "rb") as f:
dict_demo = pickle.load(f)

# Load a sample image
with open(weights_folder / "demo.pkl", "rb") as f:
dict_demo = pickle.load(f)
Expand Down

0 comments on commit 962c8b8

Please sign in to comment.