Ömer Faruk SÖYLEMEZ

Results 6 comments of Ömer Faruk SÖYLEMEZ

Same here. `pycococreatortools` is 2 levels above `shapes` and it seems it has not been installed properly. Edit: My bad. On the root folder run `python setup.py install` to install...

Take MNIST dataset as an example. All 60k training sample and 10k validation samples are held on a numpy array. When we apply feature-wise normalization we set input mean to...

Glad we are making progress. I got your point on using `flow_from_directory` is to prevent loading the data into memory. As a desing purpose, I fully understand that we shouldn't...

This is a relevant question for me too.

This is a known bug with CUDA 11.5 and GCC 11.3. If you downgrade to GCC 10, it may work. Install gcc-10 and g++-10: ` sudo apt install g++-10 gcc-10`...

Change `opt` to `opts` on line 34: > self.faceParsing_model = init_faceParsing_pretrained_model(self.opts.faceParser_name, self.opts.faceParsing_ckpt, self.opts.segnext_config)