sagedemage / pet_image_classification_system

Pet image classification system written in Python with PyTorch.
MIT License
0 stars 0 forks source link

Storing a Picked Pet Image #6

Closed sagedemage closed 3 hours ago

sagedemage commented 6 hours ago

Describe the enhancement Avoid using a list to store one picked pet image path for the GUI program. Preferably, just use a string for the picked_image_path variable.

Tasks

  1. Rename the picked_image_paths to picked_image_path
  2. Specify the picked_image_path variable's data type as a string
sagedemage commented 4 hours ago
git fetch origin
git checkout 6-storing-a-picked-pet-image