Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,23 +1,29 @@
:: Install the python libraries with pip
:: openCV
pip3 install -v opencv-python opencv-contrib-python
:: NumPy
pip3 install -v numpy
:: SciPy
pip3 install -v scipy
:: Scikit-Learn
pip3 install -v scikit-learn
:: Spectral Python
pip3 install -v spectral
:: Matplotlib
pip3 install -v matplotlib

::====================================================================================
::--------------------For new algorithms add the new packages here--------------------
::====================================================================================
::Use: 'pip3 install -v <Package_Name>'





:: Install the python libraries with pip
:: openCV
pip3 install -v opencv-python opencv-contrib-python
:: NumPy
pip3 install -v numpy
:: SciPy
pip3 install -v scipy
:: Scikit-Learn
pip3 install -v scikit-learn
:: Spectral Python
pip3 install -v spectral
:: Matplotlib
pip3 install -v matplotlib


::====================================================================================
::--------------------For new algorithms add the new packages here--------------------
::====================================================================================
::Use: 'pip3 install -v <Package_Name>'

::Tensorflow
pip3 install -v tensorflow
::keras
pip3 install -v keras





Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
RXD=0=1=2
DebrisDetect=0=1=3
Dehaze=0=0=1
RXD=0=1=2
DebrisDetect=0=1=3
Dehaze=0=0=1
Robotic_Vision_Lab=0=0=4
Loading