Ting-Chun Wang

Results 13 comments of Ting-Chun Wang

You can of course reshape all the viewpoints into one image, but the spatial resolution still remains the same. You won't get extra pixels by just doing that.

Lytro just applies some superres algorithm to the image (which I don't think is open sourced). You can always apply any superres method to increase the image resolution.

The instance IDs for different cars should be different. Please note that the IDs are greater than 256 (e.g. 26001, 26002, ...), so please keep that in mind when reading...

The IDs are in *_InstanceIds.png. The way Cityscapes encodes the instance IDs is as follows: For classes that have instances labeled (e.g. cars and pedestrians), the instance ID divided by...

@codeisnotcode do you have instance maps with your own dataset? If not, you can just specify '--no_instance'. @aviel08 the colorful label maps are just for representation. When feeding to the...

Which line in which file does this occur?

This can be done by using the *_feat_*.sh scripts, where you concatenate some feature vector as input.

1. No you don't 2. I think you can finetune using that, which should be faster than retraining from scratch 3. If you don't have instance maps, please use `label_feat`...

Yes we are planning to release it soon, hopefully within the next couple of weeks.

Unfortunately, after discussing with the lawyers back and forth several times this is likely not going to happen. The license issue with Qt is much more tedious than we anticipated....