Skip to content

Commit

Permalink
new model
Browse files Browse the repository at this point in the history
  • Loading branch information
bw4sz committed Dec 14, 2020
1 parent 37061dc commit a33161a
Show file tree
Hide file tree
Showing 10 changed files with 11,773 additions and 3 deletions.
Binary file modified App/Zooniverse/data/PredictedBirds.dbf
Binary file not shown.
Binary file modified App/Zooniverse/data/PredictedBirds.shp
Binary file not shown.
Binary file modified App/Zooniverse/data/PredictedBirds.shx
Binary file not shown.
Binary file modified App/Zooniverse/data/nest_detections.dbf
Binary file not shown.
Binary file modified App/Zooniverse/data/nest_detections.shp
Binary file not shown.
Binary file modified App/Zooniverse/data/nest_detections.shx
Binary file not shown.
11,770 changes: 11,770 additions & 0 deletions App/Zooniverse/data/parsed_annotations.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Zooniverse/SLURM/train.sbatch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#SBATCH --nodes=1 # Number of MPI ranks
#SBATCH --cpus-per-task=1
#SBATCH --mem=30GB
#SBATCH --time=1:00:00 #Time limit hrs:min:sec
#SBATCH --time=24:00:00 #Time limit hrs:min:sec
#SBATCH --output=/home/b.weinstein/logs/everglades_%j.out # Standard output and error log
#SBATCH --error=/home/b.weinstein/logs/everglades_%j.err
#SBATCH --partition=gpu
Expand Down
2 changes: 1 addition & 1 deletion Zooniverse/nest_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ def extract_nests(filename, rgb_pool, savedir, upload=False):

if upload:
random.shuffle(subjects)
subject_set.add(subjects[0:20])
subject_set.add(subjects)

def find_files():
paths = glob.glob("/orange/ewhite/everglades/utm_projected/*.tif")
Expand Down
2 changes: 1 addition & 1 deletion Zooniverse/predict.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def summarize(paths):

if __name__ == "__main__":
client = start(gpus=10,mem_size="30GB")
model_path = "/orange/ewhite/everglades/Zooniverse/predictions/20201110_161912.h5"
model_path = "/orange/ewhite/everglades/Zooniverse/predictions/20201210_024559.h5"

paths = find_files()
print("Found {} files".format(len(paths)))
Expand Down

0 comments on commit a33161a

Please sign in to comment.