midjji
midjji
MinkowskiEngine/src/coordinate_map_manager.cpp(717): warning: returning reference to local temporary
You are returning an invalid reference which if queried may e.g. segfault when tested to see if its actually the case it is. The problem is: auto& member_function(...) { ......
I tried to test but it might take a while...
the readpfm and preprocess are duplicated, with one copy in utils and one in dataloader. please remove one. the readpfm is out of date and wont recognize all pfms correctly....
This will improve build parallelism significantly, but at the cost that cmake must be aware of generated srcs. This is automatic for e.g. configure file, protobuf, etc. However if you...
a tremendous number of warning: too many arguments for format [-Wformat-extra-args]