Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed conda environment error and 'num_samples=0' error #10

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Mar 23, 2023

  1. Update environment.yml

    Removed build strings from dependencies, as well as libraries that could not be found.
    This allowed me to create a venv from the environment.yml file. Code ran fine despite changes.
    Dutra-Apex committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    83c3771 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Dutra-Apex/fix_venv_error

    Update environment.yml
    Dutra-Apex committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    2e8fa01 View commit details
    Browse the repository at this point in the history
  3. Update dataset.py

    Fixed 'num_samples = 0' error by changing how image_path and mask_path lists are created
    Dutra-Apex committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    5d87c01 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Dutra-Apex/fix_num_samples_error

    Update dataset.py
    Dutra-Apex committed Mar 23, 2023
    2 Configuration menu
    Copy the full SHA
    82e9b43 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Created using Colaboratory

    Dutra-Apex committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e158bed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9783324 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. Created using Colaboratory

    Dutra-Apex committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    df9f1fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad47c6a View commit details
    Browse the repository at this point in the history