keras-centernet
keras-centernet copied to clipboard
A Keras implementation of CenterNet with pre-trained model (unofficial)
Bumps [opencv-python](https://github.com/skvark/opencv-python) from 3.4.3.18 to 4.2.0.32. Release notes Sourced from opencv-python's releases. 4.2.0.32 opencv-python: https://pypi.org/project/opencv-python/ opencv-contrib-python: https://pypi.org/project/opencv-contrib-python/ opencv-python-headless: https://pypi.org/project/opencv-python-headless/ opencv-contrib-python-headless: https://pypi.org/project/opencv-contrib-python-headless/ OpenCV version 4.2.0. Changes: macOS environment updated from xcode8.3...
Can you implement the code to perform instance segmentation?
@see-- Thank you for your help, this script used to convert PyTorch weights to Keras can work now.
First of all great stuff! I ran your code and it works perfectly for my images. I'm fairly new to building NNs but I'm thinking of replacing the hourglass network...
Thanks for your work. I am trying to train an hourglass architecture in official Pytorch implementation on different datasets. I plan to convert my Pytorch model to Keras and run...
nice work! How about retraining? It will support retraining on new dataset? Thanks
hello author, I am generating custom dataset for centernet model. can you please help me understand how to create height width labels for multi class. I know how to create...