Skip to content
Snippets Groups Projects
Commit 2572ae01 authored by jerry's avatar jerry
Browse files

remove .pyc files

parent 8c26e96d
No related branches found
No related tags found
No related merge requests found
Showing with 2 additions and 2 deletions
File deleted
File deleted
File deleted
File deleted
File deleted
File deleted
...@@ -3,13 +3,13 @@ import time ...@@ -3,13 +3,13 @@ import time
import sys import sys
import os import os
import rospy import rospy
from setuptools import setup, find_packages import numpy as np
import tensorflow as tf import tensorflow as tf
sys.path.append('/home/jerry/Documents/workspaces/human_detection/src/ROS_human_detection/human_detection/src') sys.path.append('/home/jerry/Documents/workspaces/human_detection/src/ROS_human_detection/human_detection/src')
# For performance analysis timing, import time. # For performance analysis timing, import time.
from analysis_tools.data_grapher import * # from analysis_tools.data_grapher import *
from analysis_tools.define import * from analysis_tools.define import *
from human_detection.msg import bounding_box, box_list from human_detection.msg import bounding_box, box_list
from sensor_msgs.msg import Image from sensor_msgs.msg import Image
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment