FCHarDNet
FCHarDNet copied to clipboard
Fully Convolutional HarDNet for Segmentation in Pytorch
jpeg ???
The FCHardnet operates on png images. Will it work on jpeg images? Jon
Traceback (most recent call last): File ".\test.py", line 107, in cconv.weight[:,:,:,:] = W[:,:,:,:] RuntimeError: a view of a leaf Variable that requires grad is being used in an in-place operation.
I'm currently trying to train the model on CamVid but I always get the below error : `Traceback (most recent call last): File "train.py", line 267, in train(cfg, writer, logger)...
Hello, thanks for your work. I would like to use `test.py` to run inference on a folder of images without having to download entire Cityscapes dataset. Is it possible to...
@PingoLH I am getting a predicted out put and the image looks like it was segmented fairly well but why is the image barely visible? You cannot see anything here...
@PingoLH How do you run the code with the model: hardnet_petite_base.pth I get the following error: ``` Traceback (most recent call last): File "test.py", line 139, in test(args) File "test.py",...
@PingoLH What is icboard in test.py. Where is ti defined? What does this do? Thanks, Jon
Thanks for an amazing repository. How can I test the result with Cityscapes pre-trained weights for the single image?
When I use this command to test I got error: python test.py --model_path weights/hardnet70_cityscapes_model.pkl --dataset cityscapes --size 2048,1024 --input [input/a.jpg] --output [output] The following error occurred. Please point out what...