Skip to content
Snippets Groups Projects

Repository graph

You can move around the graph by using the arrow keys.
Select Git revision
  • HoG_implementation
  • OpenCV_CMake_test
  • ViBe
  • addCuttingVideo
  • csv-timeformat-changer
  • main default protected
  • test
7 results
Created with Raphaël 2.2.015Mar14128Feb242321201817161510874316Jan1411Structured files that were merged, and corrected ground truth formats.mainmainmerging addCuttingVideoHoG_implementat…HoG_implementationAdded functionality to dataset generator; now works with multiple videos, and extracts a given percentage per video.addCuttingVideoaddCuttingVideoReplacing old files in new HoG branch.Restructured for python utilities package, and made standalone utility to generate labelled dataset that can easily be fed into keras later.added ground truth folder and filesFixed .csv reading, now correctly finds ground truth in input folder if it exists. Changed notation to 'groundTruth_[file]'added code and example files for converting from hr.min.sec to only seccsv-timeformat-…csv-timeformat-changeradded .venv to gitignoreRemoved cout'sFixed writing to csv; issue was caused by out of bounds array in dilation logic.Testing OR instead of XOR for change detection.Fully functional Jaccard index/similary score complete. Will now look for ground truth file at end of computation, with name groundTruth[videoFile].csv, and calculate score. Note that the trimming functionality is commented out for faster testing of model.watCleaned up some code and csv reading logic. Should work as standalone.added a groundTruth fileadded .venv to gitignoreAdding CMakeLitst.txt to gititnoreadded CMakeLists.txt to gitignoreCasted output to csv to int.Removed comment, reworded error.Cleaned up main a little.Connected the Python parts that retrieve the generated .csv and trim the video based on the timestamps. Haven't been able to test, but it should work as a complete MVP. Have yet to add the optional success rate calculation functionality if there is a ground truth to compare to.CSV file get's named after video input fileMerge branch 'addCuttingVideo' of https://git.gvk.idi.ntnu.no/LeoDLG/nina-thesis into addCuttingVideoadded csv writerPython module that calls video processing executable via shell. Works fine, might need to add config files for more flexible/dynamic path, as it now looks in a static directory with no condition guarding.Merged cpp and python modules, finished dynamic binary of timestamp generator; can be called with video file as argument. Need to stitch together with other parts for functioning MVP.Update README.mdMerge branch 'OpenCV_CMake_test'Merge branch 'ViBe'added gitignoreFolder restructureOpenCV_CMake_testOpenCV_CMake_testRestructure of foldersViBeViBeAdded gitignoreImplemented frame change detection, and timestamp generation based on that output. Current parameters seem to work decently well, but still significant gaps from ground truth comparison.Trying againClean up debug build from git.Got opencv::bgsegm to work and build to binary; Added bg segmentation functionality. Also added thresholding to determine motion, and saving simulated timestamps. Still need to convert to real time, add interval logic, and finally export to CSV.Got opencv::bgsegm to work and build to binary; Added bg segmentation functionality. Also added thresholding to determine motion, and saving simulated timestamps. Still need to convert to real time, add interval logic, and finally export to CSV.
Loading