Leen Remmelzwaal

Results 4 comments of Leen Remmelzwaal

@dusty-nv - just a kind followup. How can I run `-DBUILD_INTERACTIVE=off` while disabling ALL default model download? Is there a config file for default model downloads?

I see that the default list of models is defined in a SH script in `build/download-models.sh`: ``` if [[ "$BUILD_INTERACTIVE" != "YES" ]]; then echo "$LOG Downloading default models..." download_googlenet...

I see that this file is created in the `./build` directory during `cmake`, where it is copied from `tools/download-models.sh` `file(COPY "tools/download-models.sh" DESTINATION ${PROJECT_BINARY_DIR})` So I have edited the file: `tools/download-models.sh`,...

Related StackOverflow post, describing the issue with using keras.xxx, and suggesting we use tensorflow.keras.xxx to work around. [https://stackoverflow.com/questions/55496289/how-to-fix-attributeerror-module-tensorflow-has-no-attribute-get-default-gr](https://stackoverflow.com/questions/55496289/how-to-fix-attributeerror-module-tensorflow-has-no-attribute-get-default-gr)