-
Notifications
You must be signed in to change notification settings - Fork 7.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
【OCR Issue No.9】以可选形式支持Visualdl (#11947)
* delete visual dl * totally delete visual * delete vdl file * fix codestyle
- Loading branch information
1 parent
f7117ef
commit a730065
Showing
5 changed files
with
8 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,4 +10,5 @@ PyYAML | |
scikit-image | ||
Shapely | ||
tqdm | ||
addict | ||
addict | ||
visualdl |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
from .vdl_logger import VDLLogger | ||
from .wandb_logger import WandbLogger | ||
from .loggers import Loggers |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ pyclipper | |
lmdb | ||
tqdm | ||
numpy | ||
visualdl | ||
rapidfuzz | ||
opencv-python<=4.6.0.66 | ||
opencv-contrib-python<=4.6.0.66 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters