chao
chao
Hi, when I train facene ,some errors occur: `(tf17) wc@ubuntu:~/FaceNet/facenet$ python src/train_tripletloss.py --logs_base_dir ~/logs/facenet/ --models_base_dir ~/models/facenet/ --data_dir /home/wc/FaceNet/datasets/post_process --image_size 160 --model_def models.inception_resnet_v1 --lfw_dir /home/wc/FaceNet/datasets/lfw/lfw_mtcnnpy_160 --optimizer RMSPROP --learning_rate 0.01 --weight_decay 1e-4...
Hello, I use Tensorflow not keras. Unfortunately, when I replace fullconnected layer with TTDense ,I get the message : `Traceback (most recent call last): File "mnist-tflayers.py", line 140, in launch_train_with_config(config,...
Have any idea on how to implement binary Net using slim?
oppo data has 24bit for per channel:  why load raw dng with np.uint16 format? ```python def read_array(path: Path) -> np.ndarray: return np.fromfile(str(path), dtype=np.uint16) ```
Can't find supplement in TPAMI version. Can you share it?
The result is error when predict using model trainning from cifar-10.
Hi, when I use a raw image for inference, I find that the Net must be fed with both the input image and its corresponding input variance. How can I...
I checked the white level of the image but found that it is 16383(2^14-1) which does not correspond to the 16 digits mentioned in the training code. It matter for...