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
Hello @Enri2077@andresax@luca-morreale , I come here from your RAL paper. The work seems very interesting and I would like to test it. I have made the code compiled successfully. However, I am not able to run your code with the command ./sfmReconstructor ../data/sfm_data.json ../res/config/default.json. The printing is as follows.
input set to: ../data/sfm_data.json
config set to: ../res/config/default.json
max_iterations set to: 0
JsonParseException--> the json file is not valid
JsonParseException--> the json file is not valid
sfmReconstructor: /home/jun/projects/meshmap/realtime-manifold-mesh-reconstructor/external/rapidjson/document.h:1064: rapidjson::GenericValue<Encoding, Allocator>::Const
MemberIterator rapidjson::GenericValue<Encoding, Allocator>::MemberEnd() const [with Encoding = rapidjson::UTF8<>; Allocator = rapidjson::MemoryPoolAllocator<>; rapidjso
n::GenericValue<Encoding, Allocator>::ConstMemberIterator = rapidjson::GenericMemberIterator<true, rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator<> >]: Assertion `IsO
bject()' failed.
Aborted (core dumped)
I am not sure whether it is the "sfm_data.json" is the right one. Could you help check it? Thanks!
The text was updated successfully, but these errors were encountered:
Hello @Enri2077 @andresax @luca-morreale , I come here from your RAL paper. The work seems very interesting and I would like to test it. I have made the code compiled successfully. However, I am not able to run your code with the command
./sfmReconstructor ../data/sfm_data.json ../res/config/default.json
. The printing is as follows.I am not sure whether it is the "sfm_data.json" is the right one. Could you help check it? Thanks!
The text was updated successfully, but these errors were encountered: