Dmytro Vynnyk

Results 7 issues of Dmytro Vynnyk

``` Fragment shader: 0(10) : error C1503: undefined variable "angleVarfade_texture" 0(10) : error C1105: cannot call a non-function 0(11) : error C1503: undefined variable "angleVarfade_texture" 0(11) : error C1105: cannot...

Thank you for the inspiring code pieces. It has more info about one-way communications, passing data to Unity event loop, and sending JSON and images. You can read the article...

I think most of developers prefer to see "# " (with a space symbol) as the comment prefix.

Take a look at https://github.com/vinnik-dmitry07/GenCars if you are interested.

Sometimes there is no information from sensors and nvidia-smi return "-" so consider replacing parce_line with: ``` def parse_line(line_string): parsed_list = list(('-' if val == '-' else func(val) for func,...

(Database0 represents unique images that are not in the train set) When we test our model, we assume that it corresponds to a real-world situation when we can train seen...