Sukrit Shashi Shankar

Results 16 comments of Sukrit Shashi Shankar

The mirrored images should be carried forward with the same label as the original.

We are using data layer for labels. Data layer in Caffe automatically scales down by a factor of 255. Thats why labels should be in the scale of [0, 255],...

Yes surely !! You will need to initialise with the already learnt params, and then do forward and backward passes using some python code. Specifically see this file - https://github.com/BVLC/caffe/blob/master/python/caffe/pycaffe.py...

Setting the following should make it work (it worked at least for me) (1) export PATH=$PATH:/usr/local/cuda-8.0/bin/ (or your corresponding cuda path) for your terminal (2) In make.sh file inside lib...

> Hello, you can find your solution here: [#39 (comment)](https://github.com/neuralchen/SimSwap/issues/39#issuecomment-873758730) > > You should reduce the face detection threshold in `test_wholeimage_swapsingle.py` for the following code: > > ``` > app...