You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* initial slot machine algo and watershed bg removal
* add haze and background removal initia files
* initial slot machine algo and watershed bg removal
* add haze and background removal initia files
* Added depth_map as a TaskPerceiver
* adapt Background Removal for the visualizer
* Added DepthMap With Histogram For Vis
* PCA experimentation with Depth
* add temporal blur function to remove background artifacts
* Cleaned Up Various Algorithms
* Deleted algo_stats
* Cleaned Up Imports
This commit cleans up different imports and also deletes any out of place relics.
* switch to knn based background algo
* Added MBD
* Added MBD to Code
* Cythonized the saliency_mbd
* Removed Internal Resizing
* add bitwise and for saliency and knn
* Fixed prev returned frame
* Updated combined file
* Removed experiment
* added build firle
* use numpy oriented C functions for better cython performance
Next steps include adding support for skimage, cython views (maybe)
* Added iou function
* Cleaned Up Combined Algorithm
This commit cleans up all unused code and imports.
* add gitignore and readme for cython
* Added Contours
* Added Contours and Centroid Plotting
* Implemented basics of switching
* Fixed to being in opencv version 4
* Added slider to change if both algorithms should run
* Added 0 area protections
* Added sliders for area_percentage_weight and centroid_distance_weight
* Added multi-contour output
* Updated to reflect debug mode
* Integrated saliency detection with roulette algo
* saliency with the predefined array and loops
* Added dice detector
* finalize cleaner version of saliency with "chunks"
* Adding DiceLabels.csv (#50)
This file contains dice labels for the dice.mp4 video for use as training data.
Co-authored-by: Matthew-Haddad <[email protected]>
Co-authored-by: Shrey A <[email protected]>
Co-authored-by: ayush0624 <[email protected]>
Co-authored-by: Matthew-Haddad <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,12 @@ and install it
27
27
28
28
Also, our training data is stored here https://www.dropbox.com/sh/rrbfqfutrmifrxs/AAAfXxlcCtWZmUELp4wXyTIxa?dl=0 so download it and unzip it in the same folder as `perception`.
29
29
30
+
### Cython
31
+
To compile cythonized code, run the following commands after `cd`ing into the folder with Cython `setup.py`
0 commit comments