FSet89

Results 41 issues of FSet89

Consider the following scenario: a SBC running Ubuntu 16.04 generates an AP with the command `create_ap -n wlan0 mynetwork mypassword ` A device connected to the AP sends some WIFI...

I created an access point on my ASUS Tinkerboard using the command `create_ap -n wlan0 MyNetwork MyPassphrase` The AP works fine (I can connect via SSH to the tinkerboard) but...

- **What are your command line arguments?:** python predict.py --image /path/to/image --checkpoint_path /path/to/checkpoint --model FRRN-A --dataset --crop_width 256 --crop_height 256 - **Have you written any custom code?**: I added `is_training=is_training`...

I read that with the current implementation there are issues when geometric transformations are involved in the translation (e.g. dog to cat). Are there any ideas or future developments to...

Prior to filing: check that this should be a bug instead of a feature request. Everything supported, including the compatible versions of TensorFlow, is listed in the overview page of...

bug

I am trying to train a network from scratch on a database with just one class. My labelmap includes class 0 (none_of_the_above) and class 1 (my class). A couple of...

I have a dataset with just one class. I run the following command ``` python gen_model.py -s train -d ../data/trainval/ -l ../data/labelmap.prototxt --size 0.25 -c 1 --nobn > train.prototx ./train.sh...

I get the following error when I run feature_inversion: **File "/usr/local/lib/python2.7/dist-packages/lucid/recipes/caricature.py", line 34, in feature_inversion return caricature(\*args, \*\*kwargs) File "/usr/local/lib/python2.7/dist-packages/lucid/recipes/caricature.py", line 50, in caricature for i, layer in enumerate(layers) TypeError:...

This is the provided code to setup the dataset: ``` data_split = imagenet.get_split(options['split']) provider = tf.contrib.slim.dataset_data_provider.DatasetDataProvider(data_split, seed=7) image_tensor, t_label, t_record_key, t_label_text = provider.get(["image", "label", "record_key", "label_text"]) ``` What is the...

CASIA webface is not available. Can you provide some information about the structure of the dataset?