Skip to content
This repository was archived by the owner on Jan 1, 2024. It is now read-only.

Commit 7c6f412

Browse files
author
Uday
committed
lfs test 1
Please enter the commit message for your change s. Lines starting with '' will be ignored, and an empty message aborts the commit. On branch master Your branch is up-to-date with 'origin/master'. Changes to be committed: new file: .gitattributes deleted: 02 Product Counting Pipeline/2019-04-30-052114.png deleted: 02 Product Counting Pipeline/2019-04-30-052118.png modified: 02 Product Counting Pipeline/rip.sh modified: 03 Leaf Disease Detection Pipeline/segmentation_2.py new file: 03 Leaf Disease Detection Pipeline/test_data.npz modified: server_setup.sh
1 parent 7dfb1b0 commit 7c6f412

File tree

7 files changed

+12
-5
lines changed

7 files changed

+12
-5
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.npz filter=lfs diff=lfs merge=lfs -text
-829 KB
Binary file not shown.
-815 KB
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
for file in *.png ; do
2-
python3 ./.segmentation_2.py --input $file
3-
#python3 ./.segmentation_1.py --input $file
2+
python3.5 ./.segmentation_2.py --input $file
3+
#python3.5 ./.segmentation_1.py --input $file
44
done

03 Leaf Disease Detection Pipeline/segmentation_2.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111

1212
# Worked on:
1313
'''
14-
python3.5 ./segmentation_2.py --input ./Annotated_Dataset/aio/2019-05-04-115147.png
15-
python3.5 ./segmentation_2.py --input ./Annotated_Dataset/aio/2019-05-04-114702.png
16-
python3.5 ./segmentation_2.py --input ./Annotated_Dataset/aio/2019-05-04-113838.png
14+
python3.5 ./segmentation_2.py --input ./dataset/2019-05-04-115147.png
15+
python3.5 ./segmentation_2.py --input ./dataset/2019-05-04-114702.png
16+
python3.5 ./segmentation_2.py --input ./dataset/2019-05-04-113838.png
1717
'''
1818

1919
parser = argparse.ArgumentParser(description='Extract roses')
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
version https://git-lfs.github.com/spec/v1
2+
oid sha256:4e94eb86d7a12e06413fade565c20e2c71dfa5cc430b859cda464d7c75a9d7b8
3+
size 786676

server_setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
sudo apt install ubuntu-desktop gnome-panel gnome-settings-daemon gnome-terminal metacity nautilus vnc4server nvidia-384
22
nvidia-smi --loop=1
3+
sudo apt install python3-pip
4+
sudo pip3 install opencv-python
5+
sudo apt install python-matplotlib python-numpy python-pil python-scipy build-essential cython python-skimage python3-skimage

0 commit comments

Comments
 (0)