Hi,
Thanks for putting this together and make it public.
Are the following files required to run this project?
caffe3d/python/caffe/__init__.pyc
caffe3d/python/caffe/classifier.pyc
caffe3d/python/caffe/detector.pyc
caffe3d/python/caffe/io.pyc
caffe3d/python/caffe/net_spec.pyc
caffe3d/python/caffe/pycaffe.pyc
experiments/Text_to_Clip/test_fast/_init_paths.pyc
lib/nms/__init__.pyc
lib/tdcnn/__init__.pyc
lib/tdcnn/config.pyc
lib/tdcnn/nms_wrapper.pyc
lib/tdcnn/twin_transform.pyc
lib/utils/__init__.pyc
lib/utils/blob.pyc
lib/utils/timer.pyc
If not, it would be better to remove them. It's usually a good practice to not tracked them by adding *.pyc into a .gitignore file in the root folder.
Hi,
Thanks for putting this together and make it public.
Are the following files required to run this project?
If not, it would be better to remove them. It's usually a good practice to not tracked them by adding
*.pycinto a.gitignorefile in the root folder.