see-- / keras-centernet

A Keras implementation of CenterNet with pre-trained model (unofficial)
MIT License
337 stars 84 forks source link

Why use Pytorch in Keras example #23

Closed vladimircape closed 3 years ago

vladimircape commented 3 years ago

why use sys.path.append('/home/steffen/Pytorch/CenterNet/src') from lib.models.networks.large_hourglass import HourglassNet

see-- commented 3 years ago

The official implementation is in PyTorch. I tested against it.