hungarian-net icon indicating copy to clipboard operation
hungarian-net copied to clipboard

Deep-learning-based implementation of the popular Hungarian algorithm that helps solve the assignment problem.

Results 3 hungarian-net issues
Sort by recently updated
recently updated
newest added

Error caused in line 5 of generate_hnet_training_data.py: "np.float" is depreciated.

Hello. Great job with the repo! If I may, I want to experiment the use of Hungarian Algorithm with DNN in my project to check how the efficiency improves. My...