Skip to content

Commit

Permalink
update version number and last modified dates
Browse files Browse the repository at this point in the history
  • Loading branch information
Javi Ribera committed Oct 2, 2019
1 parent 7432e0b commit cb3f966
Show file tree
Hide file tree
Showing 24 changed files with 65 additions and 65 deletions.
2 changes: 1 addition & 1 deletion COPYRIGHT.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This source code is to be used for academic research purposes only, and no comme

For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.

Last Modified: 03/03/2019
Last Modified: 10/02/2019


Attribution-NonCommercial-ShareAlike 4.0 International
Expand Down
4 changes: 2 additions & 2 deletions object-locator/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"
4 changes: 2 additions & 2 deletions object-locator/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"

# Allow printing Unicode characters
import os
Expand Down
6 changes: 3 additions & 3 deletions object-locator/argparser.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"

import numpy as np
import os
Expand Down Expand Up @@ -419,5 +419,5 @@ def strictly_positive(val):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import os
Expand Down Expand Up @@ -484,5 +484,5 @@ def _is_pil_image(img):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/data_plant_stuff.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import os
Expand Down Expand Up @@ -264,5 +264,5 @@ def __getitem__(self, idx):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/find_lr.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import math
Expand Down Expand Up @@ -189,5 +189,5 @@ def find_lr(init_value = 1e-6, final_value=1e-3, beta = 0.7):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/locate.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import argparse
Expand Down Expand Up @@ -423,5 +423,5 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import visdom
Expand Down Expand Up @@ -226,5 +226,5 @@ def val_losses(self, terms, iteration_number, terms_legends=None):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/losses.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import math
Expand Down Expand Up @@ -280,5 +280,5 @@ def generaliz_mean(tensor, dim, p=-9, keepdim=False):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/make_metric_plots.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import os
Expand Down Expand Up @@ -72,5 +72,5 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import math
Expand Down Expand Up @@ -538,5 +538,5 @@ def make_metric_plots(csv_path, taus, radii, title=''):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/metrics_from_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import os
Expand Down Expand Up @@ -115,5 +115,5 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
4 changes: 2 additions & 2 deletions object-locator/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"
6 changes: 3 additions & 3 deletions object-locator/models/unet_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import torch
Expand Down Expand Up @@ -170,5 +170,5 @@ def forward(self, x):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/models/unet_parts.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


# sub-parts of the U-Net model
Expand Down Expand Up @@ -118,5 +118,5 @@ def forward(self, x):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/models/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import h5py
Expand Down Expand Up @@ -44,5 +44,5 @@ def save_checkpoint(state, is_best,task_id, filename='checkpoint.pth.tar'):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/paint.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import os
Expand Down Expand Up @@ -98,5 +98,5 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import math
Expand Down Expand Up @@ -475,5 +475,5 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
6 changes: 3 additions & 3 deletions object-locator/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
__license__ = "CC BY-NC-SA 4.0"
__authors__ = "Javier Ribera, David Guera, Yuhao Chen, Edward J. Delp"
__version__ = "1.5.1"
__version__ = "1.6.0"


import torch
Expand Down Expand Up @@ -343,5 +343,5 @@ def nothing(*args, **kwargs):
For any questions, please contact Edward J. Delp (ace@ecn.purdue.edu) at Purdue University.
Last Modified: 03/03/2019
Last Modified: 10/02/2019
"""
Loading

0 comments on commit cb3f966

Please sign in to comment.