1
0
mirror of https://github.com/davpapp/PowerMiner synced 2024-08-13 17:03:53 -04:00
Commit Graph

45 Commits

Author SHA1 Message Date
davpapp
e3ee4e8878 Refactored object detection, added new classifier class (ores) 2018-02-23 09:26:15 -05:00
davpapp
33761e183a Pulled out constants and paths into a separate file 2018-02-22 13:46:32 -05:00
davpapp
04f997e044 Putting constants in separate class 2018-02-22 11:58:54 -05:00
davpapp
58c9b94f50 Creating new images for testing inventory 2018-02-22 11:28:01 -05:00
davpapp
343c984d5e Object detection is now fully functional. 2018-02-22 09:28:21 -05:00
davpapp
f27f17b2c3 ObjectDetector class created, BufferedImage reading needs work 2018-02-21 19:21:59 -05:00
davpapp
b146c683da Object detection from SavedModel API is working! 2018-02-21 18:01:35 -05:00
davpapp
8ccafa8c63 SavedModelBundle.load is now working 2018-02-21 13:26:20 -05:00
davpapp
bd3d07d7ac Layed the framework for an IronMiner bot 2018-02-19 20:55:50 -05:00
davpapp
19aa168a3c Began work on generating parabola for randomization 2018-02-19 16:25:11 -05:00
davpapp
f2d9d52711 Tested Dropping, improved randomization and SMART drop 2018-02-19 16:12:25 -05:00
davpapp
ee0efadb37 Scaling working, but finding the closestPath needs to be fixed 2018-02-19 14:25:10 -05:00
davpapp
6912821b56 Unsuccessful experimentation with importing a model from Tensorflow in Java 2018-02-19 09:23:35 -05:00
davpapp
237825c7c8 Work on objectdetector 2018-02-15 12:37:38 -05:00
davpapp
b246df6083 Fixed importFromTensorFlonsorFlow Issue 2018-02-15 07:46:02 -05:00
davpapp
1a03890095 Refactoring. Starting work with OpenCV 2018-02-15 06:27:12 -05:00
davpapp
90c8cbb33b Refactoring cursor code 2018-02-12 19:40:09 -05:00
davpapp
e6ab945729 Major refactoring work 2018-02-04 15:34:27 -05:00
davpapp
c24f8588de Started work on adding Gaussian translation to CursorPath 2018-02-04 12:18:34 -05:00
davpapp
88b16aeb5f Wrapped everything in main loop 2018-02-02 13:22:53 -05:00
davpapp
faab5a5577 Drop item optimization working -- timing is close to perfect 2018-02-02 12:56:34 -05:00
davpapp
f3b759cb04 Drop Item timing and placement improved 2018-02-02 12:17:47 -05:00
davpapp
f8e4a55283 Started manual testing on dropping items 2018-02-02 06:27:29 -05:00
davpapp
9a436b2324 Working ItemID test 2018-02-02 05:25:00 -05:00
davpapp
ebe9970ff7 Writing test bench for inventory recognition 2018-02-02 00:49:19 -05:00
davpapp
4d6ddea2cf Writing test bench for item recognition 2018-02-02 00:03:14 -05:00
davpapp
7610163b13 Creating Item and Items classes 2018-02-01 22:39:57 -05:00
davpapp
46248edc8e Found perfect parameters for cropping inventorySlots 2018-01-31 23:38:32 -05:00
davpapp
732c9e9aca InventorySlots are capturing images but are offset 2018-01-31 09:05:34 -05:00
davpapp
4ae57f7d49 Creating Inventory Classes 2018-01-31 08:12:02 -05:00
davpapp
925c8d35ca Some refactoring done 2018-01-31 00:45:08 -05:00
davpapp
eb5357335d Timing now working, will need refactoring 2018-01-31 00:04:07 -05:00
davpapp
06ca105591 Refactored some code 2018-01-30 10:19:12 -05:00
davpapp
1f5dc2c7a5 CursorMovement is passing all tests 2018-01-30 10:04:20 -05:00
davpapp
b604c8a70d Added moveMouse code, but not yet working 2018-01-30 08:15:20 -05:00
davpapp
9b0539b53c Refactored code 2018-01-30 04:14:17 -05:00
davpapp
6dbd4fcbc8 saving prior to branch 2018-01-30 02:55:42 -05:00
davpapp
7d03fb4108 Grid correctly working with 2018-01-25 04:27:39 -05:00
davpapp
dce51e5538 HashMap working but Integer causes faulty key comparison 2018-01-25 03:59:36 -05:00
davpapp
6635ed33c1 Changing mousepath to delta_x delta_y based. 2018-01-25 02:59:02 -05:00
davpapp
a3fb536210 Started mouse moving function 2018-01-24 04:18:18 -05:00
davpapp
5fa3894245 Added basic tests for Point, MousePath, and Mouse 2018-01-24 04:02:36 -05:00
davpapp
c56c246d4a Wrote first test for Mouse 2018-01-24 03:42:10 -05:00
davpapp
a1f569cddb Added safety checks and cleaned up code 2018-01-24 02:56:52 -05:00
davpapp
6ea01289e9 Beginnings of mouse path recording working 2018-01-23 21:50:06 -05:00