scnn_pytorch icon indicating copy to clipboard operation
scnn_pytorch copied to clipboard

Pytorch implementation of SCNN

Results 14 scnn_pytorch issues
Sort by recently updated
recently updated
newest added

Firstly, I really appreciate for your contribution. But there are some questions about the "test_result.txt" in the "test_result_process.py". ![image](https://github.com/jcdubron/scnn_pytorch/assets/91537706/aaaf8a89-b814-4b9e-b7d8-40a40859b9b3) I want to know where can i generate the "test_result.txt"? Because...

Traceback (most recent call last): File "D:/download_code/scnn_pytorch-master1/scnn_pytorch-master/main.py", line 76, in use_cuda = args.gpu[0]>=0 and torch.cuda.is_available() TypeError: 'int' object is not subscriptable

Thank you for sharing your code. But when i run the t7_to_pth.py with PyTorch 0.4.1, some error happens,the error is as follows: torch.utils.serialization.read_lua_file.T7ReaderException: unknown type id 968499410. The file may...

FileNotFoundError: [Errno 2] No such file or directory: '/home/maxus/scnn_pytorch-master/data/CULane_labelmapnan'

Hello, recently I want to do some experiments on this repo, could you provide your pretrained model VGG16.pth? Thanks!

/bin/sh: 1: ./tools/evaluate: Permission denied Traceback (most recent call last): File "main.py", line 143, in test(model, device, test_loader, args, idx) File "/home/disk/chengpeisong/project/scnn_pytorch/python/test.py", line 49, in test args.test_data_dir, args.test_data_dir, args.test_list_file[list_idx]), shell=True)...

Can you provide the format of the data used for training?Or could you please prefect the readme file?

sorry to brother you ,I want to ask that if the evaluate.py is ok for this project,thank you!

I got this error, how can i solve this? RuntimeError: in-place operations can be only used on variables that don't share storage with any other variables, but detected that there...

HI, I want to reproduce the results in your readme.md? but I can't Can you tell me how do you initialize the network weights? conv layers of vgg16 can use...