gaussian-splatting
gaussian-splatting copied to clipboard
Training error : gaussian-splatting-Windows
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 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...