You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.
It's been a while now that i'm trying to integrate 3D data based on obj files representing small part of cities in France.
First, I tried to convert the obj file to Vef format using a homemade script but for some reason, I had a core dump from vef2vts without any further details.
I also replaced the refine operation "ADD" by "REPLACE" as the 3dtiles2vts tool told me it was the only supported refined operation.
But this time I get the following output:
2021-09-08 15:11:05 I3 [12671(main)]: Analyzing input dataset (1 3D Tiles). {3dtiles2vts.cpp:analyze():438}
terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::bad_lexical_cast> >'
what(): bad lexical cast: source type value could not be interpreted as target
Aborted (core dumped)
Note that I tried a lot of operation on input data (simplifcation, remove texture, different set of data) but I always get the same issue. However, I didn't try with some example data from VTS.
I don't know what's wrong here. I'm not sure about the input EPSG but i think it's WGS84 so it might cause issue with the melown2015 frame that is in pseudomerc, i'm not sure about that.
I'm using vts-tools 1.93.
I'll take any idea on how to fix that :)
Thank you.
The text was updated successfully, but these errors were encountered:
Not a dev here but just thought I'd pitch in. How are you generating the obj models? Could you make another format instead? I create slpk tiled models of buildings and cliffs using drone footage and Agisoft metashape, and it works great in vts- definitely my favourite feature of this software.
if you have the drone photos, it is fairly straightforward to create a tiled model from metashape. I think you can get a trial version of metashape (I think the limitation of the trial is that you can't save a project).
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
It's been a while now that i'm trying to integrate 3D data based on obj files representing small part of cities in France.
First, I tried to convert the obj file to Vef format using a homemade script but for some reason, I had a core dump from vef2vts without any further details.
So, I decided to try the 3DTiles format using obj23dtiles converter.
With the gltf format, i got an "unsupported archive type <text/plain>" issue.
Then I tried to use glb format but I had "unsupported archive type <application/octet-stream>" issue.
Finally, I did a zip archive of b3dm file with a tileset.json by running:
I also replaced the refine operation "ADD" by "REPLACE" as the 3dtiles2vts tool told me it was the only supported refined operation.
But this time I get the following output:
It seems to be my best try so far.
My tileset.json:
My command line looks like:
Note that I tried a lot of operation on input data (simplifcation, remove texture, different set of data) but I always get the same issue. However, I didn't try with some example data from VTS.
I don't know what's wrong here. I'm not sure about the input EPSG but i think it's WGS84 so it might cause issue with the melown2015 frame that is in pseudomerc, i'm not sure about that.
I'm using vts-tools 1.93.
I'll take any idea on how to fix that :)
Thank you.
The text was updated successfully, but these errors were encountered: