Skip to content

Releases: synml/segmentation-pytorch

Release v1.3.3

25 Jan 13:15

Choose a tag to compare

  1. backup 과정 변경
  2. config 파일을 yaml로 변경, 항목 추가
  3. 버그 수정

Release v1.3.2

24 Jan 13:40

Choose a tag to compare

  1. 모든 모델의 feature map 시각화 가능
  2. model.eval()이 누락된 오류 수정
  3. get_model() 인터페이스 변경
  4. load_backbone() 구현

Release v1.3.1

23 Jan 15:23

Choose a tag to compare

  1. Implement visualizing feature maps
  2. small improvements

Release v1.3.0

20 Jan 11:13

Choose a tag to compare

  1. backbone 네트워크를 분리함
  2. image size 변경
  3. transforms 구현, datasets 모듈 제거
  4. mask dtype 변경
  5. shell scripts를 python으로 변경
  6. best val loss 모델도 저장

Release v1.2.5

16 Jan 20:15

Choose a tag to compare

학습시 가장 마지막 epoch의 가중치도 저장하도록 설정

Release v1.2.4

16 Jan 12:16

Choose a tag to compare

  1. Change config file
  2. Remove voc dataset code
  3. Refactor model code
  4. Add references

Release v1.2.3

16 Jan 09:48

Choose a tag to compare

  1. colormap 구현
  2. Proposed 모델 변경

Release v1.2.2

14 Jan 16:26

Choose a tag to compare

colormap 추가 준비 중

Release v1.2.1

07 Jan 14:54

Choose a tag to compare

Decoder에 batch normalization 적용

Release v1.2.0

06 Jan 09:37

Choose a tag to compare

  1. Proposed 모델 수정
  2. utils 수정
  3. shell script 수정