Champon

Results 17 comments of Champon

BTW, the DATA links cannot be accessed now~ ![image](https://user-images.githubusercontent.com/16448564/163963230-6082f269-f4c5-4db1-b564-5510b9c9a753.png)

> 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. ![2022-04-25 15-58-01 的屏幕截图](https://user-images.githubusercontent.com/16448564/165046158-56bffd2f-926a-49af-a91f-07ca05c20419.png) ![2022-04-25 15-58-22 的屏幕截图](https://user-images.githubusercontent.com/16448564/165046173-dfcdc307-661d-4458-8ceb-a981e16d16ce.png) ![2022-04-25 15-58-34 的屏幕截图](https://user-images.githubusercontent.com/16448564/165046185-c982baa3-1e68-4c5f-b7a7-df12181c9c57.png)

> 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...