错误提示: "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


相关文章
|
存储 PyTorch 算法框架/工具
Error(s) pytorch 加载checkpoint state_dict出错:Missing key(s) && Unexpected key(s) in state_dict
Error(s) pytorch 加载checkpoint state_dict出错:Missing key(s) && Unexpected key(s) in state_dict
720 0
Error(s) pytorch 加载checkpoint state_dict出错:Missing key(s) && Unexpected key(s) in state_dict
|
4月前
|
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的生成器函数中返回的值的键不匹配时。
54 1
|
4月前
|
TensorFlow API 算法框架/工具
【Tensorflow+keras】解决使用model.load_weights时报错 ‘str‘ object has no attribute ‘decode‘
python 3.6,Tensorflow 2.0,在使用Tensorflow 的keras API,加载权重模型时,报错’str’ object has no attribute ‘decode’
62 0
加载模型出现-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
572 0
|
API 数据格式
TensorFlow2._:model.summary() Output Shape为multiple解决方法
TensorFlow2._:model.summary() Output Shape为multiple解决方法
289 0
TensorFlow2._:model.summary() Output Shape为multiple解决方法
|
机器学习/深度学习 Windows
raise RuntimeError(‘Error(s) in loading state_dict for {}:\n\t{}‘.format( RuntimeError: Error(s)..报错
即load_state_dict(fsd,strict=False) 属性strict;当strict=True,要求预训练练权重层数的键值与新构建的模型中的权重层数名称完全吻合;
1576 0
|
数据格式
ValueError: This model has not yet been built. Build the model first by calling `build()` or calling
ValueError: This model has not yet been built. Build the model first by calling `build()` or calling
225 0
ValueError: This model has not yet been built. Build the model first by calling `build()` or calling
|
TensorFlow API 算法框架/工具
解决AttributeError: module ‘keras.utils‘ has no attribute ‘plot_model‘
解决AttributeError: module ‘keras.utils‘ has no attribute ‘plot_model‘
346 0
解决AttributeError: module ‘keras.utils‘ has no attribute ‘plot_model‘
|
数据库 Python
AssertionError: Model app can‘t have more than one auto-generated field.
AssertionError: Model app can‘t have more than one auto-generated field.
379 0
AssertionError: Model app can‘t have more than one auto-generated field.
|
PyTorch 算法框架/工具
AttributeError: ‘model’ object has no attribute ‘copy’-pytorch
AttributeError: ‘model’ object has no attribute ‘copy’-pytorch