Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csxmli2016/DFDNet
/ functions
Functions
280 in github.com/csxmli2016/DFDNet
⨍
Functions
280
◇
Types & classes
58
Method
forward
(self, x)
FaceLandmarkDetection/face_alignment/models.py:174
Method
forward
(self, x)
FaceLandmarkDetection/face_alignment/models.py:246
Method
forward
(self, x)
FaceLandmarkDetection/face_alignment/detection/sfd/net_s3fd.py:16
Method
forward
(self, x)
FaceLandmarkDetection/face_alignment/detection/sfd/net_s3fd.py:70
Method
get_current_losses
(self)
models/base_model.py:82
Method
get_image_paths
(self)
models/base_model.py:60
Method
get_landmarks_from_directory
(self, path, extensions=['.jpg', '.png'], recursive=True, show_progress_bar=True)
FaceLandmarkDetection/face_alignment/api.py:186
Function
get_norm_layer
(norm_type='instance')
models/networks.py:27
Function
get_option_setter
(dataset_name)
data/__init__.py:33
Function
get_option_setter
(model_name)
models/__init__.py:28
Function
get_scheduler
(optimizer, opt)
models/networks.py:40
Function
init_func
(m)
models/networks.py:57
Method
initialize
(self, opt)
data/base_data_loader.py:5
Method
initialize
(self, opt)
data/base_dataset.py:17
Method
initialize
(self, opt)
data/unaligned_dataset.py:13
Method
initialize
(self, opt)
data/aligned_dataset.py:23
Method
initialize
(self, opt)
data/single_dataset.py:12
Method
initialize
(self, parser)
options/test_options.py:5
Method
initialize
(self, opt)
models/base_model.py:18
Function
lambda_rule
(epoch)
models/networks.py:42
Method
load_data
(self)
data/base_data_loader.py:9
Method
load_data
(self)
data/__init__.py:70
Function
mkdirs
(paths)
util/util.py:70
Function
mls_rigid_deformation_inv
Rigid inverse deformation ### Params: * image - ndarray: original image * p - ndarray: an array with size [n, 2], original con
util/ROI_MLS.py:261
Function
mls_rigid_deformation_inv_wy
Rigid inverse deformation ### Params: * image - ndarray: original image * p - ndarray: an array with size [n, 2], origin
util/ROI_MLS.py:359
Function
mls_similarity_deformation_inv
Similarity inverse deformation ### Params: * image - ndarray: original image * p - ndarray: an array with size [n, 2], origina
util/ROI_MLS.py:166
Method
modify_commandline_options
(parser, is_train)
data/base_dataset.py:14
Method
modify_commandline_options
(parser, is_train)
data/unaligned_dataset.py:10
Method
modify_commandline_options
(parser, is_train)
data/aligned_dataset.py:20
Method
modify_commandline_options
(parser, is_train)
data/single_dataset.py:9
Method
modify_commandline_options
(parser, is_train=True)
models/test_model.py:15
Method
modify_commandline_options
(parser, is_train)
models/base_model.py:12
Method
name
(self)
data/base_dataset.py:10
Method
name
(self)
data/unaligned_dataset.py:61
Method
name
(self)
data/aligned_dataset.py:136
Method
name
(self)
data/single_dataset.py:41
Method
name
(self)
models/test_model.py:11
Method
name
(self)
models/base_model.py:15
Function
new_replicate
(module, device_ids)
sync_batchnorm/replicate.py:89
Method
nr_slaves
(self)
sync_batchnorm/comm.py:136
Method
optimize_parameters
(self)
models/base_model.py:63
Function
patch_replication_callback
Monkey-patch an existing `DataParallel` object. Add the replication callback. Useful when you have customized `DataParallel` implementation.
sync_batchnorm/replicate.py:70
Function
patch_sync_batchnorm
()
sync_batchnorm/batchnorm.py:339
Method
plot_current_losses
(self, epoch, counter_ratio, opt, losses)
util/visualizer.py:216
Function
print_current_losses
(epoch, i, losses, t, t_data)
util/util.py:83
Method
print_current_losses
(self, epoch, i, losses, t, t_data)
util/visualizer.py:235
Function
print_numpy
(x, val=True, shp=False)
util/util.py:60
Method
print_options
(self, opt)
options/base_options.py:60
Function
pts_to_bb
(pts)
FaceLandmarkDetection/face_alignment/detection/sfd/detect.py:72
Method
query
(self, images)
util/image_pool.py:12
Method
reference_scale
(self)
FaceLandmarkDetection/face_alignment/detection/core.py:105
Method
reference_scale
(self)
FaceLandmarkDetection/face_alignment/detection/dlib/dlib_detector.py:59
Method
reference_scale
(self)
FaceLandmarkDetection/face_alignment/detection/folder/folder_detector.py:44
Method
reference_scale
(self)
FaceLandmarkDetection/face_alignment/detection/sfd/sfd_detector.py:42
Method
reference_x_shift
(self)
FaceLandmarkDetection/face_alignment/detection/core.py:109
Method
reference_x_shift
(self)
FaceLandmarkDetection/face_alignment/detection/dlib/dlib_detector.py:63
Method
reference_x_shift
(self)
FaceLandmarkDetection/face_alignment/detection/folder/folder_detector.py:48
Method
reference_x_shift
(self)
FaceLandmarkDetection/face_alignment/detection/sfd/sfd_detector.py:46
Method
reference_y_shift
(self)
FaceLandmarkDetection/face_alignment/detection/core.py:113
Method
reference_y_shift
(self)
FaceLandmarkDetection/face_alignment/detection/dlib/dlib_detector.py:67
Method
reference_y_shift
(self)
FaceLandmarkDetection/face_alignment/detection/folder/folder_detector.py:52
Method
reference_y_shift
(self)
FaceLandmarkDetection/face_alignment/detection/sfd/sfd_detector.py:50
Method
remove_models
(self)
FaceLandmarkDetection/face_alignment/api.py:198
Method
replicate
(self, module, device_ids)
sync_batchnorm/replicate.py:64
Method
reset
(self)
util/visualizer.py:138
Function
roi_mls_whole
:param feature: itorchut guidance feature [C, H, W] :param d_point: landmark for degraded feature [N, 2] :param g_point: landmark for
util/ROI_MLS.py:462
Function
roi_mls_whole_final
:param feature: itorchut guidance feature [C, H, W] :param d_point: landmark for degraded feature [N, 2] :param g_point: landmark for
util/ROI_MLS.py:509
Function
save_image
(image_numpy, image_path)
util/util.py:138
Function
save_images
(webpage, visuals, image_path, aspect_ratio=1.0, width=256)
util/visualizer.py:11
Function
save_images_test
(webpage, visuals, image_dir, image_path, aspect_ratio=1.0, width=256)
util/visualizer.py:51
Method
save_networks
(self, which_epoch)
models/base_model.py:91
Method
set_input
(self, input)
models/base_model.py:32
Method
set_requires_grad
(self, nets, requires_grad=False)
models/base_model.py:167
Function
tensor2im
(input_image, norm=1, imtype=np.uint8)
util/util.py:11
Function
tensor2im3Channels
(input_image, imtype=np.uint8)
util/util.py:32
Method
test_flip_is_image
(self)
FaceLandmarkDetection/test/test_utils.py:16
Method
test_flip_is_label
(self)
FaceLandmarkDetection/test/test_utils.py:8
Method
test_getpreds
(self)
FaceLandmarkDetection/test/test_utils.py:22
Method
test_predict_points
(self)
FaceLandmarkDetection/test/facealignment_test.py:6
Method
update_learning_rate
(self)
models/base_model.py:67
← previous
201–280 of 280, ranked by callers