错误提示: "InfraWorks is unable to render your model" when trying to load a model

简介: 错误提示: "InfraWorks is unable to render your model" when trying to load a model

20190220212108470.png

20190220212121785.png

如果还不行,则:


20190220212145327.png

Issue:


When trying to load a model in Autodesk® InfraWorks™ the loading process stops and an error message appears:



InfraWorks is unable to render your model.

This can happen while rendering models with high display detail and quality. Try reducing display settings in Application Options.


Causes:


InfraWorks 3D options are set up for displaying more details than the hardware can handle.

This can also happen when a video card, such as Intel 4600 have trouble with 4K monitors.


Solution:


In the Application Options make sure to set up following options before opening/loading the model:

Model Generation: Building Facade Detail = Low

3D Graphics

Optimize for speed

Display Detail = Low

Turn off all effects

Show Backfaces = Off

If the model opens with these settings the options can be raised for displaying more detail step by step

Delete generated surface tile cache.  The location of this can be found in application options


相关文章
Warning: Can save best model only with val_acc available, skipping
本文解决了在使用DenseNet网络结构保存最优模型时出现的"Warning: Can save best model only with val_acc available, skipping"问题,方法是将`ModelCheckpoint`回调函数中的`monitor`参数值从`val_acc`改为`val_accuracy`。
|
3月前
|
TensorFlow 算法框架/工具 Python
【Tensorflow】Found unexpected keys that do not correspond to any Model output: dict_keys([‘model_outp
文章讨论了在使用Tensorflow 2.3时遇到的错误信息:"Found unexpected keys that do not correspond to any Model output: dict_keys(['model_output']). Expected: ['dense']"。这个问题通常发生在模型的输出层命名与model.fit_generator的生成器函数中返回的值的键不匹配时。
43 1
|
6月前
|
机器学习/深度学习 监控 数据可视化
【已解决】 ‘Conv2d’ object has no attribute ‘register_full_backward_hook’
【已解决】 ‘Conv2d’ object has no attribute ‘register_full_backward_hook’
加载模型出现-RuntimeError: Error(s) in loading state_dict for Net:unexpected key(s) in state_dict: XXX
加载模型出现-RuntimeError: Error(s) in loading state_dict for Net:unexpected key(s) in state_dict: XXX
540 0
|
前端开发 JavaScript
前端vue:解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
前端vue:解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
1350 0
前端vue:解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
|
机器学习/深度学习 PyTorch 算法框架/工具
|
PyTorch 算法框架/工具
AttributeError: ‘model’ object has no attribute ‘copy’-pytorch
AttributeError: ‘model’ object has no attribute ‘copy’-pytorch
|
Python
from scipy import special, optimize, from ._nnls import nnls ImportError: DLL load failed: 找不到指定的模块。
from scipy import special, optimize, from ._nnls import nnls ImportError: DLL load failed: 找不到指定的模块。
601 0
from scipy import special, optimize, from ._nnls import nnls ImportError: DLL load failed: 找不到指定的模块。
|
JSON 移动开发 算法框架/工具
成功解决raise ValueError(‘No model found in config file.‘) ValueError: No model found in config file.
成功解决raise ValueError(‘No model found in config file.‘) ValueError: No model found in config file.
|
移动开发
同样是保存模型,model.save()和model. save_weights ()有何区别
同样是保存模型,model.save()和model. save_weights ()有何区别
636 0