CoinCheung

Results 137 comments of CoinCheung
trafficstars

The feature will be broadcast to H32 and W32 before adding.

Hi, The diss is not a serious one, and not target on your contribution to the community. Readme is also not a formal place to publish options like articles. I...

Then please patch the details how you modified the code, and what is the error message is like.

Seeing this: ``` File "./lib/base_dataset.py", line 43, in getitem img, label = cv2.imread(impth)[:, :, ::-1], cv2.imread(lbpth, 0) TypeError: 'NoneType' object is not subscriptable ``` I feel maybe you have not...

Hi, What is the purpose of this ?

Thanks for verifying!! I am happy that you can train your model well.

Thanks for sharing this !! Please note that, in order to be compatible with tensorrt 7.0, I replaced interpolation with pixel-shuffle operation, which requires the previous conv layers to have...

Good to know that your solved your problem, I left this open so that other people can see your performance test result.

Hi, are you using your own dataset or dataset of cityscapes ?

How many categories are there in your own dataset? Are u using the dataset class designed for cityscapes or implemented a new dataset class ?