Prabindh Sundareson

Results 8 issues of Prabindh Sundareson

Minor change in removing strings.h header for building under WIN32.

1. Updated the scripts to remove hardcoded paths and config hyperparameters. 2. Updated README to specify how to configure the runs

For Python 3.5, need to look at below specification: glob.glob(os.path.join(pre_path, '**', filename+extension), recursive=True)

Move to opencv4.1.0, per request from https://github.com/prabindh/darknet/issues/75 This is done, pending verification from @DarkStar1997

Updating packages to latest (as of sep 2023, using Python 3.10.13) for using current version of various dependencies. No new dependencies added. With these changes, the inference command `python src/inference_rigid.py`...