Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cassiePython/Expression-Recognition
/ functions
Functions
19 in github.com/cassiePython/Expression-Recognition
⨍
Functions
19
◇
Types & classes
1
↓ 3 callers
Function
_convert_dataset
Converts the given filenames to a TFRecord dataset. Args: split_name: The name of the dataset, either 'train' or 'valid'. f
convert.py:129
↓ 3 callers
Function
_get_output_filename
Creates the output filename. Args: dataset_dir: The directory where the temporary files are stored. split_name: The name of t
convert.py:51
↓ 3 callers
Function
_int64_feature
Returns a TF-Feature of int64s. Args: values: A scalar or list of values. Returns: a TF-Feature.
convert.py:96
↓ 3 callers
Method
decode_jpeg
(self, sess, image_data)
convert.py:44
↓ 2 callers
Function
_bytes_feature
Returns a TF-Feature of bytes. Args: values: A string. Returns: a TF-Feature.
convert.py:109
↓ 2 callers
Function
_extract_labels
Extract the labels into a dict of filenames to int labels. Args: labels_filename: The filename of the labels. Returns:
convert.py:77
↓ 2 callers
Function
_get_filenames
Returns a list of filenames and inferred class names. Args: dataset_dir: A directory containing a set jpeg encoded images. Retu
convert.py:63
↓ 2 callers
Function
generate
(subjects, target_set)
split_train_test.py:14
↓ 1 callers
Function
check_state
(img_path)
check.py:32
↓ 1 callers
Function
extract_face
(image, save_path)
extract_face.py:32
↓ 1 callers
Function
image_to_tfexample
(image_data, image_format, height, width, class_id)
convert.py:120
↓ 1 callers
Function
pre_process
(img_path)
check.py:28
↓ 1 callers
Method
read_image_dims
(self, sess, image_data)
convert.py:40
↓ 1 callers
Function
run
Runs conversion operation. Args: dataset_dir: The dataset directory where the dataset is stored.
convert.py:168
Method
__init__
(self)
convert.py:34
Function
create_loss
(source_labels,pred_labels)
model.py:38
Function
create_model
(source_images=None, num_classes=None, dropout=None)
model.py:10
Function
get_data
(split_name)
data_provider.py:17
Function
main
(_)
convert.py:211