gaussian-splatting icon indicating copy to clipboard operation
gaussian-splatting copied to clipboard

Training error : gaussian-splatting-Windows

Open HSIN-0309 opened this issue 8 months ago • 2 comments
trafficstars

I used the code from [gaussian-splatting-Windows](https://github.com/jonstephens85/gaussian-splatting-Windows), however, I met the error below.

After successfully running python convert.py-s data/.... on my split dataset, I moved on to the training part. However, I encountered an error...

(gaussian_splatting) PS C:\Users\HSIN\NeRF_self\gaussian-splatting> python train.py -s data/Takachiho_Miyazaki_mini Optimizing Traceback (most recent call last): File "C:\Users\HSIN\NeRF_self\gaussian-splatting\train.py", line 280, in network_gui.init(args.ip, args.port) File "C:\Users\HSIN\NeRF_self\gaussian-splatting\gaussian_renderer\network_gui.py", line 30, in init listener.bind((host, port)) OSError: [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted

Could anyone tell me the reason for this? I wonder if my dataset size is too small...

HSIN-0309 avatar Mar 06 '25 09:03 HSIN-0309