ANP-Granular / ParticleTracking

Library and GUI for tracking (rod-like) particles on camera images in 2D and 3D
https://particletracking.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 2 forks source link

RodTracker does not start #68

Closed ghoPritha closed 1 year ago

ghoPritha commented 1 year ago

Followed the steps -

  1. activate the conda environment created for RodTracker,
  2. switch to "RodTracker" directory where "setup.cfg" file is located,
  3. run "pip install ."
  4. Then ran RodTracker manually by YOUR/REPO/PATH/Python/src$ python RodTracker.py image
a-niem commented 1 year ago

@ghoPritha: Which branch are you using? Which operating system are you using? Which version of Python are you using? And please send the log file (located in the temporary directory of your platform + "/RodTracker/RodTracker.log").

ghoPritha commented 1 year ago

Hello, the application started after I restarted my system. I will close the issue. Branch - integrate_detection-tracking OS - Windows 11 Python - Python 3.11.0