xiaoquan wang
xiaoquan wang
Hi, @ybbbbt Can you share me the code about how to generate the bbox.json?
@Abyssaledge @20210726 Hi, I follow the guide from the [link](https://github.com/tusen-ai/SST/blob/main/docs/CTRL_instructions.md), I met the error when I train the model. ```` ries. If you would like to use Nvidia GPU with...
thanks a lot!
Hi, What's the difference between disparity map and depth map? How can I get the real world scale depth map?
我不知道怎么发截图到issue上. 我finetuing VGG16,图片尺寸64*64,想要用keras model 部分初始化VGG16的前13层,就出错. 环境:ubuntu16.04+keras2.0+tensorflow1.3+python2.7 model name--vgg16_weights_tf_dim_ordering_tf_kernels_notop.h5 ` **def loadWeightsPartial( model , weights_path , n_layers ): f = h5py.File(weights_path) # for k in range(f.attrs['nb_layers']): # for k in range(f.attrs['layer_names']):...
@skyhehe123 您好, 请问一下如何把旋转的car拼接到原图上,生成一张新的图片哈。
Hi, I met the same error. ```` File "/rockywin.wang/NeRF/sdfstudio/scripts/render_mesh.py", line 108, in _render_trajectory_video vis.get_render_option().load_from_json("scripts/render.json") AttributeError: 'NoneType' object has no attribute 'load_from_json' ```` How can we modified the code to fit...