Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions cfg/settings.example.toml
Original file line number Diff line number Diff line change
Expand Up @@ -193,12 +193,12 @@ exchange_type = "direct"
input_queue_size = 10
output_queue_size = 10
detector_model_device = "cuda:0"
detector_model_path = "/home/aurora/nn/cascade_maskrcnn_exps/epoch_12.pth"
detector_model_config_path = "/home/aurora/nn/cascade_maskrcnn_exps/config_predict.py"
detector_model_path = "/path/to/models/cascade_maskrcnn/epoch_12.pth"
detector_model_config_path = "/path/to/models/cascade_maskrcnn/config_predict.py"
classifier_model_device = "cuda:0"
classifier_model_path = "/home/aurora/nn/efficientnet_v2_m_binary_classifier/model.pth"
classifier_label_mapper_path = "/home/aurora/nn/efficientnet_v2_m_binary_classifier/label_mapper.json"
classifier_transforms_path = "/home/aurora/nn/efficientnet_v2_m_binary_classifier/test_transforms.pth"
classifier_model_path = "/path/to/models/efficientnet_v2_m_binary_classifier/model.pth"
classifier_label_mapper_path = "/path/to/models/efficientnet_v2_m_binary_classifier/label_mapper.json"
classifier_transforms_path = "/path/to/models/efficientnet_v2_m_binary_classifier/test_transforms.pth"
name = "Detector"

[detection.detector.crop_setup]
Expand Down
2 changes: 1 addition & 1 deletion old/pascal/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"LogFolder" : "C:\\data\\log",
"RabbitmqHost" : "10.229.54.118"
"RabbitmqHost" : "localhost"
}
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ description = "Autonomous PLD and RHEED equipment control"
readme = "README.md"
license = "MIT"
license-files = ["LICENSE"]
authors = [
{ name = "Haotong Liang", email = "auroralht@gmail.com" },
{ name = "Haotong Liang", email = "hliang16@umd.edu" },
]
# Floor of 3.11: real code uses datetime.UTC and enum.StrEnum (both added in 3.11).
# Capped below 3.12: mmdet hard-requires mmcv<2.2.0, but OpenMMLab only publishes
# prebuilt mmcv<2.2.0 wheels up to cp311 -- see the `detection` extra below and
Expand Down
3 changes: 0 additions & 3 deletions requirements.txt

This file was deleted.

2 changes: 1 addition & 1 deletion scripts/start_instrument_host.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
Run the preflight checks and exit without starting anything.

.EXAMPLE
scripts\start_instrument_host.ps1 -BrokerHost 192.168.1.10 -User lumi-node -Password pw `
scripts\start_instrument_host.ps1 -BrokerHost <broker-ip> -User lumi-node -Password pw `
-Log 'D:\PASCAL\logs\growth.csv' -Mi 'D:\PASCAL\MI'
#>

Expand Down
160 changes: 0 additions & 160 deletions setup.py

This file was deleted.

5 changes: 0 additions & 5 deletions src/README.md

This file was deleted.

Empty file removed src/__init__.py
Empty file.
1 change: 0 additions & 1 deletion src/local_requirements.txt

This file was deleted.

Loading
Loading