Champon
Champon
BTW, the DATA links cannot be accessed now~ 
> Thanks for your reply! After pulling the images and updating the paths, there is an error that comes after the "Run bash docker/run_container.sh". And I couldn't find the solution,...
> @Champonn the data should be back. Let me know if you still cannot access. Thanks!
> are you running on a Windows machine? And do you have NVIDIA GPU and its driver installed? Sure, CUDA and NVIDIA GPU as well as its driver are all...
Hi bowen, I moved to Ubuntu 18.04 instead of WSL, but this error came out after the command `python run_server.py` `(base) root@siat-Precision-5820-Tower-X-Series:/home/siat/BundleTrack# cd lf-net-release && python run_server.py` `/opt/conda/lib/python3.6/importlib/_bootstrap.py:219: RuntimeWarning: compiletime...
Yeah, I downloaded the file. But in my folder, there is: lf-net-release/models not If-net-release/release/models(Not sure if this the problem ). So I created release and moved models folder under it....
Nope… `(base) root@siat-Precision-5820-Tower-X-Series:/home/siat/BundleTrack# cd lf-net-release && python run_server.py` > Hi bowen, I moved to Ubuntu 18.04 instead of WSL, but this error came out after the command `python run_server.py` >...
Will it relate to the GPU driver and CUDA version? Just like this #22 . I’m using 3090 with CUDA11.4.
I uninstalled the CUDA 11.4 and make it CUDA 11.2 with driver470. But still comes the same problem.   
> I also met this issue, I guess it is the file directories causes this error, change the line 74 in `run_server.py` to ` model_arg.add_argument('--model', type=str, default=f'{code_dir}/models/indoor/', help='model file or...