-
All the tests, whether C++ or Python, aren't using modern, tested, and robust testing frameworks. For Python, I personally recommend `pytest`. For C++, I personally recommend `Catch2`.
This should …
-
The README instructions call for `bash test.sh` but the shebang in `test.sh` calls for `sh`. These are not the same. Moreover, calling `bash` on a file isn't standard practice. Rather the permissions …
-
There is currently no automated testing and deployment of the codebase. For this to be considered, a CI/CD setup (e.g., GitHub Actions) should be created that tests PRs, creates releases, and deploys …
-
Hello,
Thank you very much for sharing this amazing dataset! I noticed that there are two green strips, one at the top and one at the bottom, in each RGB image. They are a few pixels wide and conta…
-
Trying to generate the semantic map. Getting this error.
`!python /content/WoodScape/scripts/semantic_map_generator.py --src_path /content/instance_annotations/ --dst_path /content/semantic_annotat…
-
A simple type:
```
[]
type Country =
{
[]
[]
IsoCode: string
EnglishName: String
NativeName: String
}
```
Given a list of values, I a…
-
**Describe the bug**
Unable to access record fields via lambdas via EntityTypeBuilder - fails at run time during migration.
**To Reproduce**
Steps to reproduce the behavior:
Create a IEntity…
-
**Submitting author:** @kaustubh-sadekar (kaustubh sadekar)
**Repository:** https://github.com/kaustubh-sadekar/OmniCV-Lib
**Version:** v1.0
**Editor:** @mjsottile
**Reviewer:** @nnadeau, @ionlights
*…
-
- bad comma in https://github.com/kaustubh-sadekar/OmniCV-Lib/blob/master/paper/paper.md : ` to, simulate virtual `
- other minor syntax issues
cc https://github.com/openjournals/joss-reviews/issu…
-
Please update your packaging settings to ensure that [PyPI has a README](https://pypi.org/project/omnicv/)
![image](https://user-images.githubusercontent.com/6395915/90992170-eab9ba80-e57b-11ea-890…