Venus
Venus
> Hi, I have successfully tested with my own data. You can generate annotation files by changing the paths in `tool/compute_coordinates.py `. Hi, I made it to generate the annotation...
> * Fixes the compilation issue on OSX Catalina > * Need to install `openmp` and `tbb` using: `brew install tbb libomp` > * Assumes `tbb` and `omp` libraries are...
> @CodeAunt yes you are right. This PR is not updated for the latest OSX updates. The latest tbb changes (openapi) require a lot of changes. I will take a...
@[pavan4](https://github.com/pavan4) Hi, I'm using ubuntu now, but still encountered this problem. And the error after executing `make -j`: ``` [ 98%] Building CXX object apps/texrecon/CMakeFiles/texrecon.dir/texrecon.cpp.o /home/jessie/Desktop/mvs-texturing/apps/texrecon/texrecon.cpp: In function ‘int main(int,...
@pavan4 Hi, I also failed to compile this on ubuntu 18.04 docker container. Could you please help with the configure process about: > pinned all the repositories to old versions...
@pavan4 Thanks, I have built it successfully on an arm64 device by removing `-mfpmath=sse ` and other similar options in CMakeLists and Makefiles. The docker file will help me on...
Looks like this repository is from this one and it may help you. https://github.com/wenxinxu/deep-shopping
Looks like this repository is from this one and it may help you with a csv file. https://github.com/wenxinxu/deep-shopping
Looks like this repository is from this one and it may help you. https://github.com/wenxinxu/deep-shopping
mark this...