Avi Ziskind
Avi Ziskind
-- mattorch.save causes torch to crash if the destination folder does not exist. Example: $ torch t7> require 'mattorch' t7> x = torch.Tensor(5) t7> mattorch.save('/home/avi/Code/test.mat', x) --folder exists -> works...
First of all, thank you so much for all your hard work putting together this dataset and codebase. I had a few related questions about understanding the different source of...
Implemented HyperConv Layers for PyTorch (repo currently only has TensorFlow implementation) Reproduces the functionality of the corresponding Tensorflow HyperConv layers, but these layers inherit from and are structured according to...
Updates for plotting voxelmorph flow fields with the neurite.plot.flow(...) function. Some notes on the changes: - Use the argument cmaps='Baker' to use the newer Baker et al colorwheel. - Use...
Use the test/test_flow_coloring.py script to see a comparison of the new Baker et al. flow color scheme. It relies on the code for the Baker et al colormap implemented in...
### Implementation of the HyperMorph model in PyTorch, based on the corresponding Tensorflow implementation. The underlying VxmDense (Voxelmorph) model is modified so that it can use output tensor from the...
Hi, I wanted to thank you for putting together this repository. I have been using it for a few months and have found it very useful for my work analyzing...
Hi, I ran the evaluation/evaluate_mobilenet_ssd.py script with the ported caffe weights (converted_model.h5), but do not get the same performance on Pascal VOC 2007 test set as listed in the README....