Real-Time-Action-Recognition icon indicating copy to clipboard operation
Real-Time-Action-Recognition copied to clipboard

Error while compilation

Open hemanthkumar3111 opened this issue 6 years ago • 1 comments

Hi Without modifying your code I just compiled it but getting this error. Any help will be appreciated.(tensorflow_p36) ubuntu@ip-172-31-62-23:~/Real-Time-Action-Recognition$ python run.py /home/ubuntu/anaconda3/envs/tensorflow_p36/lib/python3.6/site-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type. from ._conv import register_converters as _register_converters Traceback (most recent call last): File "run.py", line 5, in from utils.sort import Sort File "/home/ubuntu/Real-Time-Action-Recognition/utils/init.py", line 1, in from . import processing ImportError: cannot import name 'processing'

hemanthkumar3111 avatar Jul 30 '18 12:07 hemanthkumar3111

@hemanthkumar3111 Sorry, this is a bug of old version, I have modified this bug by deleting the contents of utils/init.py

TianzhongSong avatar Jul 30 '18 12:07 TianzhongSong